Informatics Practices
Python takes …………… indented spaces after the function declaration statement by default.
- 5
- 6
- 4
- 3
Python Funda
2 Likes
Answer
4
Reason — In Python, the default indentation level after a function declaration statement is 4 spaces.
Answered By
2 Likes
Related Questions
Which of the following are not the fundamental building blocks of a Python program?
- Identifiers
- Constants
- Keywords
- Errors
Identifier name cannot be composed of special characters other than …………… .
- #
- Hyphen (-)
- Underscore (_)
Single line comments in Python begin with …………… symbol.
- #
- "
- '''
- %
Which of the following does not represent a complex number?
- K = 2 + 3j
- K = complex(2,3)
- K = 2 + 3i
- K = 4 + 3j