What will the following code print?
list1 = [40, 50, 60]list2 = [10, 20, 30] list3 = list1 + list2 print(list3)
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.