Article Outline
Python example 'conditional while loop'
conditional while loop
Python beginners example: conditional while loop
a=0
while a<10:
print('Im now ',a)
a=a+1
Useful links
- Learn Python: https://pythonbasics.org
- Download Python: https://python.org