CBSE Class 12 Computer Science
Question 63 of 105
Python Revision Tour — Question 17
Back to all questionsA block in Python, represents a group of statements executed as a single unit. Python uses indentation to create blocks of code. Statements at same indentation level are part of same block/suite and constitute the body of the block.