Mega Code Archive

 
Categories / Python Tutorial / Buildin Function
 

Writes out the numbers from 1 to 100

for number in range(1,101):      print number