Consider:
ListA = [1,2,3,4,5]ListB = []for num in ListA: ListB.append(num)ListA[2] = 10
(a) What is the value of
ListB[2]?(b) What is the value of
ListB?
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.