TheRealmccoy


Joined 10 months ago
Homeworks submitted:
Homework comments:
1
0

About Me

http://realmccoy2k.tumblr.com

After spending 10 years in Sales, my attempt to learn programming...

Classes

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming

Class status: Established
Role: Student
. 5% complete

Submitted Assignments

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming: Lesson 1, HW 1
#TheRealmccoy
#Assignment1.py

#Ask the first and last name of user and print it

#Ask the user to provide his first name
firstname= raw_input ("What is your first name? : ")

#Ask the user to provide his surname
lastname= raw_input ("Your surname please : ")
#print result

print firstname,lastname

TheRealmccoy 10 months ago