Practice Test Geeks home

PCEP Data Structures 5

What is the output of `a = [1, 2]; b = a; b.append(3); print(a)`?

Select your answer