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