name = input('whats your name?') age = input('how old are you?') height = input('how tall are you in cm?') print('hello', name,'you are', age, 'years old, and your height is', height)