Module 4 Summary

Thomas J. Kennedy

Contents:

Having completed the Python Basics II - Basic IO & F-Strings module (i.e., Module 4) you should now be comfortable:

1 Questions to Consider

Take a few minutes to think about the following:

  1. How do f-strings compare to formatting in C++ or Java?

  2. How do f-strings compare to printf style formatting from C?

  3. Why are f-strings usually a better choice than .format?

2 On to the Next Module…

The next module (i.e., Python Basics III - Conditional Blocks & Loops) covers the conditional blocks and loops necessary to address more complex programming problems.