name = input("what is your name? ") age = int(input("How old are you? ")) height = float(input("what height are you? ")) print("hello", name+".", "You are", age,"years old, and your height is",height)