num1 = float(input("what is yout weight?")) num2 = float(input("what is your height?")) print("your bmi is", num1/num2**2)