Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ diff
Function
diff
Colors/primary_colors.py:1–5 ·
view source on GitHub ↗
TODO: fix this function!!
(a, b)
Source
from the content-addressed store, hash-verified
1
def
diff(a, b):
2
""
"
3
TODO: fix this function!!
4
""
"
5
return
a - b
6
7
8
def
simpleColor(r, g, b):
Callers
1
simpleColor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected