height=float(input("How tall are you?")) weight=float(input("How much do you weigh?")) height2=(height / height) result=(weight / height2) print("Your BMI is:", result)