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