Lesson 5️⃣.5️⃣: Nested Statements

Bitesize Key points from this lesson

  1. This lesson was focused on nested if and iteration statements.
  2. We learned how to use nested if statements to create more complex conditions and control the flow of our programs.
  3. We also explored the use of nested for loops to iterate over multiple sequences or collections simultaneously.

Activities

The best way to improve your programming skills is to practice.
I created a course for learning Python that you can follow alongside these lessons.
You can check these out at BitFez’s Learning to code in Python Roadmap 🛣
You should specifically follow the Step 3: Iteration activities: