heights = float(input("What is your height? (m) ")) weight = int(input("What is your weight? (kgs) ")) print (weight/heights**2)