Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ add
Function
add
Solutions/7_1/sample.py:6–7 ·
view source on GitHub ↗
(x,y)
Source
from the content-addressed store, hash-verified
4
5
@logged
6
def
add(x,y):
7
return
x+y
8
9
@logged
10
def
sub(x,y):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected