TECHWINGSYS

What will be the output of this code?
a = [1, 2, 3]
b = a
b.append(4)
print(a)

6 months ago | [YT] | 0