name = input( "What is your name? " ) age = int (input( "How old are you")) height= float(input( "how tall are you")) print( "Hello ", name ,"you are", age ,"years old", "and your height is", height , "cm tall")