Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ display_help
Function
display_help
Converter/converter.py:23–25 ·
view source on GitHub ↗
Display help menu.
(command)
Source
from the content-addressed store, hash-verified
21
res = input(
"\nResponse: "
)
22
23
def
display_help(command):
24
""
"Display help menu."
""
25
print(options[command])
26
27
def
perform_conversion(res):
28
""
"Perform unit conversion."
""
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected