Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ inch_to_cms
Function
inch_to_cms
Chapter 8 - PS/06_problem6.py:1–2 ·
view source on GitHub ↗
(inch)
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: "
))
5
Callers
1
06_problem6.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected