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: " ))
firstName = raw_input('Enter your first name') lastName = raw_input('Enter your last name') print firstName, lastName
that is not working.
Don't see too much difference However, this works http://dpaste.com/hold/694125/
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.
python version = IDLE version = 2.7.2, Tk version = 8.5
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.
lucifer, are you always typing your code in the IDLE shell ?
yes, where then?
dgo was doing the same thing, please check our advices to him
command line?
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
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 !
Join our real-time social learning platform and learn together with your friends!