MCPcopy 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

1def diff(a, b):
2 """
3 TODO: fix this function!!
4 """
5 return a - b
6
7
8def simpleColor(r, g, b):

Callers 1

simpleColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected