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 Resistor

Nested For Loop (Multiple line) in Python

What is chopper