Python Tutorial for Beginners 18 - Python while Loop

preview_player
Показать описание
In this video I am going to show How to use while Loop in Python.
while loop is used to repeat over block of code again and again until is condition is met. The while loop can be used to describe conditional iteration.While loops read a lot like English (like almost everything in Python).
while condition :
list of statements
Note the colon and indentation.
When a program repeatedly runs a set of statements it is referred to as a loop.
Also else statement can be used with while loop.

#PythonTutorialforBeginners #ProgrammingKnowledge #LearnPython #PythonCourse
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

The ending meant you wanted us to see a 'infinite loop' huh ? :D

rheagalsim
Автор

Sir i want to ask you one quation please send me your email my tech

abdirahmaanmaahir
Автор

you using almost common example pls, try new example dislike

sujeetdec