name=input("what is your name?") age=input("how old are you?") hight=input("how tall are you in meters ?") print("hello", name, "you are", age, "years old, and", hight, "m tall.")