Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 8 Online
OpenStudy (anonymous):

Problem Set 0 results: >>> request = ('Enter your last name: ') >>> response = raw_input() Fast >>> request2 = ('Enter your first name: ') >>> response2 = raw_input() Todd >>> print (response2 + response) ToddFast >>> Did I do this correctly?

OpenStudy (anonymous):

Your running this in the interpreter it may be possible to run it in the interpreter but it is easier to just open a python text file and put your code in there.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!