writes out the numbers from 1 to 100 : Range : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Range »

 

writes out the numbers from 1 to 100


for number in range(1,101)
    print number



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Function
» Range