What does the following code display? mystr = 'abc' mystr2 = '123' mystr += mystr2 print(mystr)

Question:

What does the following code display?

mystr = 'abc'

mystr2 = '123'

mystr += mystr2

print(mystr)

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

Step by Step Answer:

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