Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ print_results
Function
print_results
data_structures/trie/trie.py:111–112 ·
view source on GitHub ↗
(msg: str, passes: bool)
Source
from the content-addressed store, hash-verified
109
110
111
def
print_results(msg: str, passes: bool) -> None:
112
print(str(msg),
"works!"
if
passes
else
"doesn't work :("
)
113
114
115
def
pytests() -> None:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected