Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
f_to_c(f):
2
return
5*(f-32)/9
3
4
f = int(input(
"Enter temperature in F: "
))
5
c = f_to_c(f)
Callers
1
02_problem2.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected