Informatics Practices
Identifier name cannot be composed of special characters other than ............... . 1. \# 2. Hyphen (-) 3. 4. Underscore (\_)
Related Questions
Python supports multiple assignments to multiple variables.
Which of the following are not the fundamental building blocks of a Python program?
- Identifiers
- Constants
- Keywords
- Errors
Python takes …………… indented spaces after the function declaration statement by default.
- 5
- 6
- 4
- 3
Single line comments in Python begin with …………… symbol.
- #
- "
- '''
- %