What will be the output of the following Python code?
x = [34, 56]
print(len(map(str, x)))
x = [34, 56]
print(len(map(str, x)))