pulgadas=int(input("Ingrese las pulgadas para convertirlas a pies ")) pies=pulgadas/12 print(f"Son {pies} pies")
To embed this project on your website, copy the following code and paste it into your website's HTML: