num1 = input("whats you name?") num2 = input("how old are you?") num3 = input("whats your height?") print("Hello", num1, ". You are", num2, "years old, your height is", num3, )