CBSE Class 11 Computer Science Question 30 of 98

Python Programming Fundamentals — Question 9

Back to all questions
9
Question

Question 9

Each statement in Python is terminated by ............... .

  1. Semicolon (;)
  2. Colon (:)
  3. Comma (,)
  4. None of these
Answer

None of these

Reason — There is no demarcation or symbol in Python to indicate the termination of a statement. When we end typing a statement in Python by pressing the Enter key, the statement is considered terminated by default.