EASY·Output prediction

What does this code print?

a = [1, 2, 3]
b = ['x', 'y']
print(list(zip(a, b)))

Sign in to save your progress.