+) and repetition (+) operators (pages 49-50).str,
int, and float functions (page 50).capitalize, center, find, index, isalpha and other
is ... methods, join, strip, replace, split. We recommend that you skim this entire document, stopping to focus on parts that are new to you.
If you can't
figure out something on the quiz, you may find the answer
somewhere in this Chapter 8 document. But pay special
attention to section 16 on formatting.
Note about our textbook's approach to formatting: We believe that our otherwise outstanding textbook fell down on the job on this topic. In Section 2.5.3, it describes the "old style Python" approach to formatting. The modern approach is a little bit harder to learn, but much more flexible and unambiguous. That is why we are directing you to this different document.