name = input( "What is your name?" ) age = int( input( "What is your age?" ) ) height = float( input( "your height:" ) ) print( "hello", name, "you're", age, "years old, and your height is", height )