MCPcopy 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
111def print_results(msg: str, passes: bool) -> None:
112 print(str(msg), "works!" if passes else "doesn't work :(")
113
114
115def pytests() -> None:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected