A tuple consists of a number of values separated by commas : Nested Tuple : Tuple PYTHON examples


PYTHON examples » Tuple » Nested Tuple »

 

A tuple consists of a number of values separated by commas


A tuple consists of a number of values separated by commas


t = 1234554321'hello!'
print t[0]

print t


           
       



    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
» Nested Tuple