age = float(input("What is your age?")) Name = input("What is your name?") height = float(input("What height are you?")) print("Hello", Name, "you are", age, "and your height is", height)