Mega Code Archive

 
Categories / Python / Buildin Function
 

Demonstrates the range() function

print "Counting:" for i in range(10):     print i,