Mega Code Archive

 
Categories / Python / Tuple
 

Use Print to display tuples

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