CBSE Class 11 Computer Science
Question 26 of 161
Flow of Control — Question 8
Back to all questions 8
Question Question 8
In Python, which of the following will create a block in a compound statement ?
- colon
- statements indented at a lower, same level ✓
- indentation in any form
- { }