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

I'm stuck on ps0- this is what I have: firstname = raw_input("Enter your first name") lastname = raw_input("Enter your last name") print(firstname, lastname) where did i go wrong?

OpenStudy (rsmith6559):

You're mixing Python v2 and Python v3. The course is in Python2. One of the nice things about Python (any version) is that you can copy individual lines of code into the shell window and test it.

OpenStudy (k.bogdanov):

try to omit brackets in print just print firstname, lastname

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!