5. Loops

5.1. For Loops

5.1.1. Looping by Element

5.1.2. Looping by Index

5.1.2.1. The enumerate() Iterator

5.1.3. Nested Loops

5.2. Exercise 6.1

5.3. While Loops

5.3.1. Conditional Statements in Loops

5.4. Exercise 6.2

5.5. Optional: List Expressions