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 ?

  1. colon
  2. statements indented at a lower, same level ✓
  3. indentation in any form
  4. { }
Answer