Untitled
first = input ('Enter your first name:') last = input ('Enter your last name:') age = input ('Enter your age:') print ('I love you',first,last,age)
first = input ('Enter your first name:') last = input ('Enter your last name:') age = input ('Enter your age:') print ('I love you',first,last,age)