Buildin Function Python Tutorial

print zip(range(5), xrange(100000000)) 
s, t = 'A', 'B'
zip(s, t)