Section 2 Exercises [Python Structures (Sequence, Selection and Iteration)]
These section 2 exercises support the videos on Python Structures (i.e. the Section 2 videos >>)
- Exercise 2.1 The Sequence Construct >>
- Exercise 2.2 The Python if … Selection Construct >>
- Exercise 2.3 The Python if...else Selection Construct >>
- Exercise 2.4. Boundary testing the if ... else Selection Construct >>
- Exercise 2.5. Python Nested Selection Constructs >>
- Exercise 2.6. Python elif Selection Clause >>
- Exercise 2.7. The Python while loop >>