What is the output from the following? >>> first = Abe >>> last = Lincoln >>> swap

Question:

What is the output from the following?

>>> first = "Abe"

>>> last = "Lincoln"

>>> swap = first

>>> first = last

>>> last = swap

>>> print first + " " + last

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

Step by Step Answer:

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