Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ test_print
Function
test_print
Python/CP_Templates.py:120–122 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
118
119
120
def
test_print(*args):
121
if
testingMode:
122
print(args)
123
124
125
def
display_list(list1, sep=
" "
):
Callers
nothing calls this directly
Calls
1
print
Function · 0.50
Tested by
no test coverage detected