Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
684
def
print_results(msg: str, passes: bool) -> None:
685
print(str(msg),
"works!"
if
passes
else
"doesn't work :("
)
686
687
688
def
pytests() -> None:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected