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

Question:

What will the following code display?

numbers1 = [1, 2, 3]

numbers2 = [10, 20, 30]

numbers3 = numbers1 + numbers2

print(numbers1)

print(numbers2)

print(numbers3)

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

Step by Step Answer:

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