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