MCPcopy Create free account
hub / github.com/geekcomputers/Python / printc

Function printc

Colors/print_colors.py:13–14  ·  view source on GitHub ↗
(color, message)

Source from the content-addressed store, hash-verified

11
12
13def printc(color, message):
14 print(color + message + colors.ENDC)
15
16
17printc(colors.CYAN, sys.argv[1])

Callers 1

print_colors.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected