Computer Science

State whether the following statement is True or False :

The else clause of a loop gets executed only when a break statement terminates it.

Python Control Flow

5 Likes

Answer

False

Answered By

1 Like


Related Questions