Module 3 Summary

Thomas J. Kennedy

Contents:

Having completed the Python Basics I - Variables & Functions module (i.e., Module 3) you should now be comfortable:

1 Questions to Consider

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

  1. declaring, initializing, and outputting variables for primitive data types, e.g.,
    • int
    • float
    • bool
  2. calling (invoking) functions
  3. writing functions (both value returning and non-value returning)

2 On to the Next Module…

The next module (i.e., Python Basics II - Basic IO & F-Strings) will introduce how to format output, with a focus on f-strings.