Mention the use of for and while statements in python.
Answers
Answered by
2
Explanation:
In Python, “for loops” are called iterators. Just like while loop, “For Loop” is also used to repeat the program. But unlike while loop which depends on condition true or false. “For Loop” depends on the elements it has to iterate I hope it may help you
Similar questions