What will the following code display? numbers1 = [1, 2, 3] numbers2 = [10, 20, 30] numbers2

Question:

What will the following code display?

numbers1 = [1, 2, 3]

numbers2 = [10, 20, 30]

numbers2 += numbers1

print(numbers1)

print(numbers2)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: