#7 Learn to use Python while loop | While loop syntax and infinite loop

Опубликовано: 04 Октябрь 2024
на канале: Python Lessons
590
66

A loop statement allows us to execute a statement or group of statements multiple times. Python programming language provides while, for and nested loops to handle looping requirements, but in this tutorial we will talk only about while loops.
While loop statement in Python programming language repeatedly executes a target statement as long as a given condition is true.

Text tutorial (page under construction): http://pylessons.com/Python-3-basics-...

Twitter:   / pylessons  
Facebook:   / pylessons