Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ foo
Function
foo
Solutions/9_1/simplemod.py:6–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
# A simple function
6
def
foo():
7
print(
"x is %s"
% x)
8
9
# A simple class
10
class
Spam:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected