CBSE Class 11 Computer Science Question 64 of 106

Python Fundamentals — Question 13

Back to all questions
13
Question

Question 13

What is the role of indentation in Python ?

Answer

Python uses indentation to create blocks of code. Statements at same indentation level are part of same block/suite.