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

Function remainder

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

Source from the content-addressed store, hash-verified

18
19
20def remainder(a, b):
21 return a % b
22
23
24def power(a, b):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected