name = input("what is your name? ") age = input("how old are you? ") height = input("what is your hight? ") print ("hello", name + "you are" "," age + ",", "and you are" )