print("-------------------------------------------------------------------") name= input("What is your name?") age= int(input("How old are you?")) height= float(input("What height are you?")) print("Hello", name, ". You are 16 years old, and your height is 1.45")