Python Programming

Department of Computing | Imperial College London

book

Lesson 4

Repeated Practice Makes Perfect

  • Chapter 1: Introduction
  • Chapter 2: Logical operators
  • Chapter 3: While loops
    • [3.1] While loops
    • [3.2] Practice questions
    • [3.3] Triangle of stars
    • [3.4] Wider triangle of stars
    • [3.5] Infinite loops
    • [3.6] While you code
    • [3.7] More on infinite loops
  • Chapter 4: Applied problem solving
  • Chapter 5: Breaking the flow
  • Chapter 6: More applied problems
  • Chapter 7: Enhancing your robot
  • Chapter 8: Debugging your code
  • Chapter 9: The PEP 8 style guide
  • Chapter 10: Summary

Chapter 3

While loops

The LOOPS will grant us many powers, brother

Rough estimated time needed
30-40 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London