Built-in Functions : Introduction : Tuple PYTHON TUTORIALS


PYTHON TUTORIALS » Tuple » Introduction »

 

Built-in Functions


t = (['xyz', 123]23, -103.4)
print str(t)
print len(t)
print max(t)
print min(t)
print cmp(t, (['xyz', 123]23, -103.4'free', 'easy'))
print list(t)



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Tuple
» Introduction