range and tuple : Tuple Range : Tuple PYTHON examples


PYTHON examples » Tuple » Tuple Range »

 

range and tuple


range and tuple


red, green, blue = range(3)
print red, blue


print range(3)

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


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


PYTHON examples

 Navioo Tuple
» Tuple Range