This repo contains two sample lessons in Python for boot.dev.
- List comprehension is written for the Ch9: Lists section and can be placed before Tuples.
- enumerate() assumes that they're already familiar with Tuples and can be placed in anywhere after that chapter, and can be modified to fit any of the iterable sections.