what do you know about control statements in python ????
Answers
Answered by
1
There is no control statement in Python 3.1.x
Answered by
1
Continue Statement. It returns the control to the
beginning of the loop.
Break Statement. It brings control out of the loop.
Pass Statement. We use pass statement to write
empty loops. ...
Exercise:
Similar questions