Wrong operator and colab pointers in Lesson09_Conditionals?
Closed this issue · 2 comments
The PDF for Lesson09_Conditionals contains condition len(my_list) >= 10 & len(my_list) < 15
. I do not see this in the source notebook. Instead I see colab_type
, id
and outputId
. Should this be changed?
Besides, the &
should be and
.
Hi @lechten, for each Lesson and Practice notebook, there is a corresponding Key with the answers filled in. E.g. the Key for Lesson 09 is Lessons/_Keys/KEY_Lesson09_Conditionals.ipynb, and it does contain that condition. This file structure enables instructors to teach via live-coding by filling in the blanks in the notebook as they teach, while viewing a second screen with the answers for their own reference (not shown to the learners).
Thanks for catching the &
vs and
mistake. We'll make sure we use those operators correctly before closing this issue.
Lessons & Practices we probably need to revise:
- 09
- 17
- 22