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

Ok i just got through thte first lecture and the first reading so I thought id give python a shot right? Now Im not completely sure this is what they wanted on the first assignment, im pretty sure it deals with raw_input () but its not working for me (I'm not coding it right, but is this what they meant?

OpenStudy (anonymous):

OpenStudy (anonymous):

try using input() instead of raw_input()

OpenStudy (anonymous):

Here is an example of raw_input statement. This one asks for first name and assigns it to variable first, and then prints out the result. alpha = raw_input("What is your first name? ") print alpha

OpenStudy (anonymous):

MDL= i tried both methods raw_input worked alot better for me actually thatnks to malpaso i found out how to use the correct syntax.

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!