Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
printc(color, message):
14
print(color + message + colors.ENDC)
15
16
17
printc(colors.CYAN, sys.argv[1])
Callers
1
print_colors.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected