weight = int(input("What is your weight? ")) height = float(input("What is your height? ")) print("Your BMI is", weight / height )