MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / f_to_c

Function f_to_c

Chapter 8 - PS/02_problem2.py:1–2  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1def f_to_c(f):
2 return 5*(f-32)/9
3
4f = int(input("Enter temperature in F: "))
5c = f_to_c(f)

Callers 1

02_problem2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected