- 2

Can some one explain me about while loop

15th Aug 2021, 10:15 AM
stark industries
stark industries - avatar
3 Answers
+ 5
In Python, While Loops is used to execute a block of statements repeatedly until a given condition is satisfied. And when the condition becomes false, the line immediately after the loop in the program is executed. While loop falls under the category of indefinite iteration https://www.geeksforgeeks.org/python-while-loop/
15th Aug 2021, 10:02 PM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar
+ 1
See lesson 25.1 in the Python for Beginners course that you are doing.
15th Aug 2021, 11:44 AM
Lisa
Lisa - avatar
0
It's like an alarm clock. If you forget to set it, you never wake up....
15th Aug 2021, 10:45 AM
Bob_Li
Bob_Li - avatar