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.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/python---demo-while-loop
- Owner: VaibhavMojidra
- Created: 2022-09-19T19:07:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T19:09:51.000Z (over 3 years ago)
- Last Synced: 2025-02-16T01:13:19.826Z (11 months ago)
- Topics: loops, mojidra, python, python3, vaibhav, vaibhav-mojidra, vaibhavmojidra, while-loop
- Language: Python
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Demo While Loop
