Week 5 (Sep 17)¶
Instructions: Read the following sections of the Runestone book. You should open these from the Canvas assignment in your course section.
For all sections you should complete the multiple choice, coding, or other exercises found in the chapter. Homework problems will also be assigned separately from the reading activities.
- 7.1 A string is a sequence
- 7.2 Getting the length of a string using len()
- Note: skipping 7.3–7.4
- 7.5 Strings are immutable
- Note: skipping 7.6
- 7.7 The in operator
- 7.8 String comparison
- 9.1 A list is a sequence
- 9.2 Lists are mutable
- Note: skipping 9.3
- 9.4 List operations
- Note: skipping 9.5
- 9.6 List methods