Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
multiply(x, y):
11
return
x * y
12
13
14
def
divide(x, y):
Callers
1
simple_calculator.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected