CBSE Class 11 Computer Science Question 27 of 161

Flow of Control — Question 9

Back to all questions
9
Question

Question 9

What signifies the end of a statement block or suite in Python ?

  1. A comment
  2. }
  3. end
  4. A line that is indented less than the previous line ✓
Answer