weight = float( input("what is your weight? ")) height = int( input("whats your height? ")) print("Your BMI is ", weight/height**2)