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

Function add

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

Source from the content-addressed store, hash-verified

1# Define functions for each operation
2def add(x, y):
3 return x + y
4
5
6def subtract(x, y):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected