MCPcopy 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
23def display_help(command):
24 """Display help menu."""
25 print(options[command])
26
27def perform_conversion(res):
28 """Perform unit conversion."""

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected