MCPcopy Create free account
hub / github.com/Asabeneh/30-Days-Of-Python / division

Function division

20_Day_Python_package_manager/arithmetic.py:16–17  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

14
15
16def division(a, b):
17 return a / b
18
19
20def remainder(a, b):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected