KnowledgeBoat Logo

Class - 12 CBSE Computer Science — Assertion Reason Type Questions

Assertion. if and for are legal statements in Python.

Reason. Python is case sensitive and its basic selection and looping statements are in lower case.

Python Funda

3 Likes

Answer

(a)

Both Assertion and Reason are true and Reason is the correct explanation of Assertion.

Explanation
if is conditional statement and for is loop statement. Python is case sensitive and its selection and looping statements are in lower case.

Answered By

1 Like