I'm just trying to find out if this self-paced learning works for me.
firstname=raw_input('What is yout first name?') lastname=raw_input('What is yout last name?') print ('Hello' + ' ' + firstname + ' ' + lastname +'!')