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

hello OCWians. please, could someone tell me how to do pset0. This is my best attempt: print(raw_input('Enter your last name: ' ) , raw_input("Enter your first name: " ))

OpenStudy (anonymous):

firstName = raw_input('Enter your first name') lastName = raw_input('Enter your last name') print firstName, lastName

OpenStudy (lucifer):

that is not working.

OpenStudy (anonymous):

Don't see too much difference However, this works http://dpaste.com/hold/694125/

OpenStudy (maitre_kaio):

lucifer, check your version of Python. I guess it's 3.x and 2.x is used in the course, and by most people here.

OpenStudy (lucifer):

python version = IDLE version = 2.7.2, Tk version = 8.5

OpenStudy (lucifer):

can't get yours to work den2042, I should not enter a command, then name, then command ... Rather, python should ask the questions consecutively, then print. The '\n' is a new thing for me though. I'll try to play around with it.

OpenStudy (maitre_kaio):

lucifer, are you always typing your code in the IDLE shell ?

OpenStudy (lucifer):

yes, where then?

OpenStudy (maitre_kaio):

dgo was doing the same thing, please check our advices to him

OpenStudy (lucifer):

command line?

OpenStudy (lucifer):

Ok, so must do it in a new window. heh. den2042's code does exactly what I want. How could I have known to open new window -- lectures, book, google? At any rate, maitre_kaio, humbly, I offer this medal tribute. lol

OpenStudy (maitre_kaio):

2 people in 2 days: obviously your problem is not rare. Too bad we can't write a FAQ. But I'm glad to have been able to help you. Coding will be much less a pain for you now !

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!