MCPcopy 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
58print("Example 2")
59def make_lemonade(count):
60 print(f"Making {count} lemons into lemonade")
61
62def out_of_stock():
63 print("Out of stock!")

Callers 1

item_008.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected