Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ my_program
Function
my_program
example_code/item_092.py:123–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
my_utility(1, 3)
122
123
def
my_program():
124
for
_ in range(20):
125
first_func()
126
second_func()
127
128
129
print(
"Example 9"
)
Callers
nothing calls this directly
Calls
2
first_func
Function · 0.85
second_func
Function · 0.85
Tested by
no test coverage detected