name = input("What is your name?")
print(name)

age = input("what is uour age?")
print(age)

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

print (height)