Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 06_problem6.py
File
06_problem6.py
Chapter 8 - PS/06_problem6.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
inch_to_cms(inch):
2
return
inch * 2.54
3
4
n = int(input(
"Enter value in inches: "
))
Callers
nothing calls this directly
Calls
1
inch_to_cms
Function · 0.85
Tested by
no test coverage detected