Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ make_lemonade
Function
make_lemonade
example_code/item_008.py:59–60 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
57
58
print(
"Example 2"
)
59
def
make_lemonade(count):
60
print(f
"Making {count} lemons into lemonade"
)
61
62
def
out_of_stock():
63
print(
"Out of stock!"
)
Callers
1
item_008.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected