print ("Hello!")

name = input ("What your name?")

print ("Hi", name)

age = input ("How old are you?")

print ("Ok")

height = input ("How tall are you")

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