#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