name = input("what is your name?")
age = input ("what is your age?")
height = input("what is your height?")

print("hello", name, "you are", age, "years old, ", "and your height is", height )