Module 5 Summary

Thomas J. Kennedy

Contents:

Having completed the Python Basics III - Conditional Blocks & Loops module (i.e., Module 5) you should now be comfortable:

1 Questions to Consider

Take a few minutes to reevaluate your level of comfort with the following:

  1. retrieving command line arguments

  2. writing conditional blocks, specifically:

    • if
    • if-else
    • if-else if-else
  3. working with loops, specifically:

    • for
    • while
    • do while
    • for-each or range-based

2 On to the Next Module…

The next module (i.e., Collections - Lists, Tuples, and Dictionaries) covers basic Python data structures (e.g., list).