Task - Fetching the Mid-Shift Drinks
Uppgift
Swipe to start coding
At Café Pandasia, each barista has their own specialty drink. You previously created a Series to map each barista to their signature coffee.
Now, the manager wants to focus on the mid-shift team — specifically the drinks made by Ben to Chloe (inclusive).
- Use slicing with custom indexing to get the drinks made by Ben to Chloe (including Chloe).
- Store the result into a variable called
result
.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 9