What will the following code display?
numbers1 = [1, 2, 3]numbers2 = [10, 20, 30]numbers2 += numbers1print(numbers1)print(numbers2)
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.