An open API service indexing awesome lists of open source software.

https://github.com/vaibhavmojidra/python---demo-while-loop

While loop 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.
https://github.com/vaibhavmojidra/python---demo-while-loop

loops mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra while-loop

Last synced: 10 months ago
JSON representation

While loop 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.

Awesome Lists containing this project

README

          

# Python Demo While Loop

![Output](https://github.com/VaibhavMojidra/Python---Demo-While-Loop/blob/master/output/output.png)