name = input( "What is your name?" ) age = int( input( "What is your age?" ) ) height = float( input( "Your height: " ) ) print ("hello", name, ".", "You are", age, "years old,", "and your height is", height)