Buildin Function Python Tutorial

myTuple = (123, 'xyz', 45.67)
i = iter(myTuple)
print i.next()