name = input( " what is your name? " ) age = input("how old are you?") height = input("how tall are you?") print("Hello", name, "You are", age, "years old", "and your height is", height,)