Computer Science
Which of the following are the fundamental building blocks of a Python program?
- Identifiers
- Constants
- Punctuators
- Tokens
Python Funda
3 Likes
Answer
Tokens
Reason — Tokens are the fundamental building blocks of a Python program. They are the smallest elements of a Python script that are meaningful to the interpreter.
Answered By
2 Likes
Related Questions
Python supports multiple assignments to multiple variables.
id() function is used to determine the data type of a variable.
Identifier name cannot be composed of special characters other than …………… .
- #
- Hyphen (-)
- Underscore (_)
Python takes …………… indented spaces after the function declaration statement by default.
- 5
- 6
- 4
- 3