# Convert Fahrenheit to Celsius
print(
"Fahrenheit
35
is Celsius degree "
) print(
5
/
9
* (
35
-
32
))