name = input("what is your name? ") print("Hello", name) age = input("How old are you? ") height = input("okay and your height? ") print("okay so your name is ", name, "you're", age, "and ", height) result = input() print("okay im going to go sell your information now. thanks.")