Q. What will be output of the given code?
my_array = [1, 2, 3, 4]
print my_array
my_array = [1, 2, 3, 4]
print my_array
β
Correct Answer: (A)
[1, 2, 3, 4].
You must be Logged in to update hint/solution