name=input ("What is your name?") print(name) age=int(input("How old are you?")) print(age) height=int(input("How tall are you?")) print(height)