Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ subtract
Function
subtract
example_code/item_124.py:52–53 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
50
print(
"Example 1"
)
51
try
:
52
def
subtract(a, b):
53
return
a - b
54
55
subtract(10,
"5"
)
56
except
:
Callers
1
item_124.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected