Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ make_juice
Function
make_juice
example_code/item_008.py:197–198 ·
view source on GitHub ↗
(fruit, count)
Source
from the content-addressed store, hash-verified
195
return
[]
196
197
def
make_juice(fruit, count):
198
return
[(fruit, count)]
199
200
bottles = []
201
fresh_fruit = pick_fruit()
Callers
1
item_008.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected