name =input("What is your name? ") age =int(input("Whats your age? ")) height =float(input("How tall are you? ")) print("Hello", name, "you are", age, "years old,", "and your height is", height)