Skip to content

Maicahmin/Single-while-loop-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

A-program-that-will-print-the-following-messages-using-a-single-while-loop-Python

A program that will print the following messages using a single while loop.

Python while loop number 1

Python while loop number 2

Python while loop number 3

Python while loop number 4

Python while loop number 6

.......

Python while loop number 44

Python while loop number 46

Python while loop number 47

Python while loop number 48

Python while loop number 49

END OF LOOF


a = 1

while a < 50:

print("Python while loop number " + str(a))

a +=1

else:

print("END OF LOOP")

About

A program that will print the following messages using a single while loop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published