Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ mid
Function
mid
recipes/Python/578044_Fractal_painter/recipe-578044.py:149–151 ·
view source on GitHub ↗
(n1, n2)
Source
from the content-addressed store, hash-verified
147
148
149
def
mid(n1, n2):
150
151
return
int((n1 + n2) / 2)
152
153
154
Callers
1
FracDown
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected