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

Function multiply

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

Source from the content-addressed store, hash-verified

8
9
10def multiply(x, y):
11 return x * y
12
13
14def divide(x, y):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected