CBSE Class 12 Computer Science Question 44 of 105

Python Revision Tour — Question 8

Back to all questions
8
Question

Question 8

In Python, only if statement has else clause.

Answer

False

Reason — Loops in Python can have else clause too.