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