peso=int(input("Ingrese su peso (Kg) ")) alt=float(input("Ingrese su altura (m) ")) IMC=peso//alt**2 print(f"Su IMC es {IMC}")
To embed this project on your website, copy the following code and paste it into your website's HTML: