update daily menu
This commit is contained in:
parent
7cc4090cbe
commit
789598c26c
1 changed files with 3 additions and 3 deletions
|
@ -19,10 +19,10 @@ We are simulating having code in one folder and calling the code from the folder
|
||||||
def todays_special():
|
def todays_special():
|
||||||
pizza_margherita = make_margherita_pizza()
|
pizza_margherita = make_margherita_pizza()
|
||||||
|
|
||||||
schorle = make_apfelschorle()
|
lemonade = make_lemonade()
|
||||||
|
|
||||||
print("Today's special is ready! Buon Appetito!")
|
print("Today's special is ready! Buon Appetito!\n")
|
||||||
return pizza_margherita, schorle
|
return pizza_margherita, lemonade
|
||||||
|
|
||||||
pizza, drink = todays_special()
|
pizza, drink = todays_special()
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue