Task: Mid-Morning Specials
Task
Swipe to start coding
Remember the Drink of the Hour board from Chapter 6 at CafΓ© Pandasia?
The cafΓ© manager now wants to print just the mid-morning specials β the drinks served between 9 AM and 11 AM, so the team can make a poster for social media.
- Use slicing to get the drinks served between 9 AM and 11 AM.
- Store the result in a variable called
result
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8