Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ make_cider
Function
make_cider
example_code/item_008.py:80–81 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
78
79
print(
"Example 4"
)
80
def
make_cider(count):
81
print(f
"Making cider with {count} apples"
)
82
83
count = fresh_fruit.get(
"apple"
, 0)
84
if
count >= 4:
Callers
1
item_008.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected