What is the output of the following Python code?
a = [10, 20]
b=a
b+= [30, 40]
print(a)


Posted on by