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

I need Help, I just started this course and the first problem, I could not see the professor type on the screen when he was combining his first and last name. what code did he put in?

OpenStudy (anonymous):

Something like this : >>> x = "Hello God" >>> x+x 'Hello GodHello God'

OpenStudy (anonymous):

FirstName = raw_input('Please enter your first name') LastName = raw_input('Please enter your last name') print FirstName, LastName FullName = FirstName + ' ' + LastName print FullName

OpenStudy (anonymous):

If you look under the video there is a tab labeled related resources you can download the handouts(what he is showing on projector) from there.

OpenStudy (anonymous):

If you look under the video there is a tab labeled related resources you can download the handouts(what he is showing on projector) from there.

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!