What will list1 and list2 contain after the following statements are executed? list1 = [1, 2] *

Question:

What will list1 and list2 contain after the following statements are executed?

list1 = [1, 2] * 2

list2 = [3]

list2 += list1

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

Step by Step Answer:

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