A) Keywords
B) Operators
C) Punctuators
D) Comments
Correct Answer: D
Solution :
| [d] Token are the smallest unit in Python. Python has the following tokens: |
| Keywords, Identifiers, Operators, Punctuators and Literals. |
| So, comments are not token in Python. |
You need to login to perform this action.
You will be redirected in
3 sec