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