What does the following code print? Explain.
def my function(b_list): b_list[0] = 100 a_list = [1,2,3]a_list = [5,6,7]my_function(a_list)print(a_list)
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.