MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / print_results

Function print_results

data_structures/binary_tree/red_black_tree.py:684–685  ·  view source on GitHub ↗
(msg: str, passes: bool)

Source from the content-addressed store, hash-verified

682
683
684def print_results(msg: str, passes: bool) -> None:
685 print(str(msg), "works!" if passes else "doesn't work :(")
686
687
688def pytests() -> None:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected