MCPcopy 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
79print("Example 4")
80def make_cider(count):
81 print(f"Making cider with {count} apples")
82
83count = fresh_fruit.get("apple", 0)
84if count >= 4:

Callers 1

item_008.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected