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.
2 parents 1e7a59e + 231a06a commit 9377958Copy full SHA for 9377958
factory.py
@@ -29,5 +29,5 @@ def create_pizza(pizza_type):
29
30
if __name__ == '__main__':
31
for pizza_type in ('HamMushroom', 'Deluxe', 'Hawaiian'):
32
- print('Price of {0} is {1}'.format(pizza_type, PizzaFactory.create_pizza(pizza_type).get_price())
+ print('Price of {0} is {1}'.format(pizza_type, PizzaFactory.create_pizza(pizza_type).get_price()))
33
0 commit comments