a=float(input("Ingrese grados farenheit:")) a-=32 * 5/9 print(f"La cantidad de grados farenheit en celsius es de: {round(a)}°C")
To embed this project on your website, copy the following code and paste it into your website's HTML: