No description provided.
#Problem Set 0 #Date: 11/4/2011 #Name: N. MacLennan #Collaborators: None #Time: 5 minutes #Python2.7 a = raw_input ("what is your first name? ") b = (" ") c = raw_input ("what is your last name? ") print a+b+c