Chapter 7: Problem 8
What will the following code display? numbers1 = [1, 2, 3] numbers2 = [10, 20, 30] numbers2 += numbers1 print(numbers1) print(numbers2)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.