a=float(input("Ingrese cuanto es su altura"))
b=float(input("Ingrese cuanto es su peso corporal"))
print("La cantidad de su indice de masa corporal (IMC) es de:")
print(b//a, " kg")
To embed this project on your website, copy the following code and paste it into your website's HTML: