Python Practical Notes - Part 4 - While Loop

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

PYTHON PRACTICAL NOTES

(PART 4, WHILE LOOP)


UWUWUWUWUWUW

WHILE LOOP – (0:00 - 5:23) CLICK


CROWWW: WHILE LOOP BASICS TO
UNDERSTAND NOTES

WAP using the while loop to print the first


five natural numbers
WAP using the while loop to print the
even numbers between 1 and 10.
WAP using the while loop to print all odd
numbers between 30 to 70.
WAP using the while loop to print the
even numbers between 40 and 60 in
reverse order.
WAP using the while- else loop to print
the text “Welcome to Bal Bharati “ five
times and print “ Stop” once the condition
Becomes false.

You might also like