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

Print your code for the Very First Lecture?? ##This Program will ask the user to enter their DOB/Name and then print it out. ##Problem Set 0 ##Name: Face Mcgace ##Collaborators: N/A ##Time Spent: ~ 40 mins print ('Welcome to the Python Name Program!!! ') raw_input() while 1: print ('What..Is Your Date of Birth? :') birth = raw_input() print ('What..Is Your Name? : ') name =raw_input() print ('What..Is Your Favorite Color? : ') color = raw_input() print ('') print birth print name print color print ('') if

OpenStudy (anonymous):

what is that "if" doing at the last without any testing condition.

OpenStudy (anonymous):

For some reason the text cut off but it ends with if restart == 'Y' : raw_input('<<<<Program Restarted>>>>') if restart == 'N' : break

OpenStudy (anonymous):

so wat's wrong? Is it not working?

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!