#map without defining a function using lambda: quadratzahlen = map(lambda x: x**2, range(11))
for x, y in map(None, X, Y):