adds 2025 materials
This commit is contained in:
commit
e85b3b21ca
23 changed files with 378 additions and 0 deletions
7
src/italianfood/ovens.py
Normal file
7
src/italianfood/ovens.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
def bake_pizza(pizza, baking_time=2, temperature=450):
|
||||
# just pretend there is some complicated code
|
||||
print(
|
||||
f"The Pizza was baked for {baking_time} min at {temperature} C. It is now ready!\n..."
|
||||
)
|
||||
pizza.is_ready = True
|
||||
return pizza
|
||||
Loading…
Add table
Add a link
Reference in a new issue