Consider the following code:
list1=[1,2,99]list2=list1list3=list2list1=list1.remove(1)print(list3)(a) What is printed?
(b) How can you change the code so
list3is unchanged?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.