Lessons#
This week, we will read the following lessons by PY4E entirely, starting with our own lesson first:
Chapter 7: Strings except the chapter on the “format operator”.
Instead of the format operator, you should use the more modern f-strings (Formatted String Literals).