height=float(input("How tall are you?")) weight=float(input("How fat(heavy) are you?")) height=height*height print("Your BMI is", weight/height)