name = input("what is your name?" ) age = int( input("what is your age?" )) height = float(input("your height: " )) print("hello",name, "your age is", age, "years old and your height is", height)