while loop program in python

           while loop program in python

 i=1

while i<=10:

    print(i)

    i=i+1




Comments

Popular posts from this blog

What is chopper

What is Resistor

Top 5 best Ethical hacking book for beginners