for Loops : For : Statement PYTHON TUTORIALS


PYTHON TUTORIALS » Statement » For »

 

for Loops


words = ['this', 'is', 'an', 'ex', 'parrot'] 
for word in words:
   print word 

numbers = [0123456789
for number in numbers:
   print number



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Statement
» For