CBSE Class 11 Informatics Practices Question 26 of 102

Python Programming Fundamentals — Question 3

Back to all questions
3
Question

Question 3

Python takes ............... indented spaces after the function declaration statement by default.

  1. 5
  2. 6
  3. 4
  4. 3
Answer

4

Reason — In Python, the default indentation level after a function declaration statement is 4 spaces.