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

I need help with problem set #0 here is my code print raw_input ('When were you born?') print raw_input ('What is your name?') I am positive this is not the correct task.

OpenStudy (anonymous):

That works fine, but it should be 'What is your last name?' for the first question. Another way, more like what pset0 output should look like is trying to assign the input to variables: Lname = raw_input('What is your last name?') Fname = raw_input('What is your name?') print Fname, Lname Anyway, kudos for your solution so far, it's a quite cool solution :-)

OpenStudy (anonymous):

Thank-you and thanks for help

OpenStudy (anonymous):

No problem :-). Have a nice time around, 6.00 is a really interesting introductory course.

OpenStudy (anonymous):

do you know how i get to see if the program works and if someone can actually enter in their last name?

OpenStudy (anonymous):

Run it. If it asks for input and you are allowed to type in and the output is what you entered in reverse order, everything is fine. Alternatively, you can post your solution here so we can give some hints if something is wrong :-)

OpenStudy (espex):

For what it's worth, http://ideone.com/, allows you to compile your code and gives you the ability to enter input.

OpenStudy (anonymous):

I almost have the code correct but it keeps showing up like this yourdateofbirth= 03/28/1972 yourdateobirth 0

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!