Use Print to display tuples : Tuple Display : Tuple PYTHON examples


PYTHON examples » Tuple » Tuple Display »

 

Use Print to display tuples


Use Print to display tuples


chest = ("gold""gems")
print "You find a chest.  It contains:"
print chest


           
       



    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 Display