Tuple Python Tutorial

t = (['xyz', 123], 23, -103.4)
print t
print t * 2
t = t + ('free', 'easy')
print t