Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 02_problem2.py
File
02_problem2.py
Chapter 8 - PS/02_problem2.py:None–None ·
view source on GitHub ↗
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: "
))
Callers
nothing calls this directly
Calls
1
f_to_c
Function · 0.85
Tested by
no test coverage detected