MCPcopy 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
197def make_juice(fruit, count):
198 return [(fruit, count)]
199
200bottles = []
201fresh_fruit = pick_fruit()

Callers 1

item_008.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected