KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The 'for' loop uses membership operator 'in'.

Python Control Flow

3 Likes

Answer

True

Reason — The for loop in Python uses the membership operator in to check the presence of a value in a sequence and to iterate over each element of that sequence one by one.

Answered By

1 Like


Related Questions