fixed exercises, add speaker notes to parts 1 and 4

This commit is contained in:
eckertan 2025-09-15 13:03:14 +02:00
parent cd3d64b21c
commit 5e7908dc6b
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#### Goal
Retrival practice in "basic" importing.
Retrieval practice in "basic" importing.
#### Preparation
@ -28,7 +28,7 @@ pizza, drink = todays_special()
```
1. Figure out what import statements are missing, either by visual inspection or
by running the code and seeing what does. Add the missing import statements at
by running the code and seeing what it does. Add the missing import statements at
the top of the file. You may need to inspect the files in `src/italianfood/`.
2. Run `daily_menu.py`. Did it work?