print ("What is your name?") print ("Jim") print ("How old are you?") print ("23") print ("What height are you?") print ("1.45") print ("Hello Jim. You are 23 years old, and your height is 1.45")