MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / display

Function display

Python/CP_Templates.py:2–3  ·  view source on GitHub ↗
(string_to_print)

Source from the content-addressed store, hash-verified

1
2def display(string_to_print):
3 stdout.write(str(string_to_print) + "\n")
4
5
6def fast_exp(base, power):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected