range() : Range : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Range »

 

range()


print range(2193)

If step is omitted and only two arguments given, step takes a default value of 1.

print range(37)

for eachVal in range(2193):
      print "value is:", eachVal



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Function
» Range