3. Loops and Logic#

Covered in this Chapter

  1. What are Loops?

  2. Iterations

  3. Why are Loops Important?

  4. For Loops

  5. While Loops

  6. What conditional statements are

  7. What the logic is behind them

  8. If

  9. Else

  10. Elif (or if)

  11. The in Operator

  12. The not in Operator