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

Is the following answer to Ps0 correct? # Problem Set 0 ##1. Write a program that does the following in order: ##1. Asks the user to enter his/her last name. ##2. Asks the user to enter his/her first name. ##3. Prints out the user’s first and last names in that order. #assign the users first name and last name, string #data, to a variable. # raw_input requests the user to enter information x= raw_input ('What is your first name?') y= raw_input ('What is your last name?') #once the user inputs first name, and last name call it #as x,y print 'Your name is ' + x,y

OpenStudy (anonymous):

Yes Zenab it should be ok for problem

OpenStudy (anonymous):

thank you!

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!