MCPcopy 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

1def inch_to_cms(inch):
2 return inch * 2.54
3
4n = int(input("Enter value in inches: "))

Callers

nothing calls this directly

Calls 1

inch_to_cmsFunction · 0.85

Tested by

no test coverage detected