Home »
Python »
Python Variables MCQs
____ are the smallest unit inside a program and can be defined as reserved words and each word in a statement?
20. ____ are the smallest unit inside a program and can be defined as reserved words and each word in a statement?
- Literals
- Keywords
- Preprocessor
- Tokens
Answer: D) Tokens
Explanation:
Tokens are the smallest unit inside a program and can be defined as reserved words and each word in a statement