Saved Bookmarks
| 1. |
Explain with syntax the various iteration statements used in Python. |
|
Answer» Answer: In Python, the iterative statements are also KNOWN as looping statements or repetitive statements. The iterative statements are USED to execute a part of the program REPEATEDLY as LONG as a given CONDITION is True. |
|