Skip to content

Commit 80e8abd

Browse files
committed
PCC Ch. 8 work
1 parent 1b3de4f commit 80e8abd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__pycache__/pizza.cpython-39.pyc

401 Bytes
Binary file not shown.

making_pizzas.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import pizza
22

3-
pizza.make_pizza(16, 'pepperoni')
3+
pizza.make_pizza(16, 'pepperoni')
4+
pizza.make_pizza(12, 'mushrooms', 'green peppers', 'extra cheese')

0 commit comments

Comments
 (0)