While Loop Paython

Advertisements

Prev Tutorial Next Tutorial

While Loop in Python

Loops are used in programming to repeat a specific block of code on the basis of certain condition. While Loops repeat as long as a certain boolean condition is met. While loop is generally used when we don't know beforehand, the number of times to iterate.

While Loop Syntax Python

while condition:
    Body of while

While Loop Example in Python

# Prints out 0,1,2,3,4,5,6,7,8,9

count = 0
while count < 10:
    print(count)
    count += 1  # This is the same as count = count + 1

Output

	
0
1
2
3
4
5
6
7
8
9

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements