MCPcopy Create free account
hub / github.com/geekcomputers/Python / subtract

Function subtract

simple_calculator/simple_calculator.py:6–7  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

4
5
6def subtract(x, y):
7 return x - y
8
9
10def multiply(x, y):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected