C=int(input("Ingresa la temperatura "))

Resta=C-30
divi=(Resta//2)

print(f"La temperatura de grados Farenheit a Celsius es {divi}")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: