Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ my_utility
Function
my_utility
example_code/item_092.py:110–113 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
108
109
print(
"Example 8"
)
110
def
my_utility(a, b):
111
c = 1
112
for
i in range(100):
113
c += a * b
114
115
def
first_func():
116
for
_ in range(1000):
Callers
2
first_func
Function · 0.85
second_func
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected