Computer Science
Fill in the blanks:
The smallest individual unit in a program is known as a _________.
Python Funda
15 Likes
Answer
token
Answered By
4 Likes
Related Questions
Which of the following is an incorrect Logical operator in Python?
- not
- in
- or
- and
Which of the following is not a Tuple in Python?
- (1,2,3)
- ("One","Two","Three")
- (10,)
- ("One")
Fill in the blanks:
A token is also called a _________.
Fill in the blanks:
A _________ is a word having special meaning and role as specified by programming language.