Mega Code Archive

 
Categories / Python Tutorial / Buildin Function
 

For each item in a range

for eachNum in range(3):      print eachNum