Counting Loops : While : Statement PYTHON TUTORIALS


PYTHON TUTORIALS » Statement » While »

 

Counting Loops


count = 0
while (count < 9):
    print 'the index is:', count
    count += 1



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Statement
» While