height = input("What is your height?") weight = input("How much do you weigh?") print ("Your BMI is", weight/height *height)