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