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