We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3de4f commit 80e8abdCopy full SHA for 80e8abd
__pycache__/pizza.cpython-39.pyc
401 Bytes
making_pizzas.py
@@ -1,3 +1,4 @@
1
import pizza
2
3
-pizza.make_pizza(16, 'pepperoni')
+pizza.make_pizza(16, 'pepperoni')
4
+pizza.make_pizza(12, 'mushrooms', 'green peppers', 'extra cheese')
0 commit comments