Week 12 Readings
Chapter 7
- Log on to your online textbook
- Read the following sections from your textbook
- 7.1. A string is a sequence
- 7.2. Getting the length of a string using len()
- 7.3. Traversal through a string with a loop
- 7.4. String slices
- 7.5. Strings are immutable
- 7.6. Looping and counting
- 7.7. The in operator
- 7.8. String comparison
- 7.9. String methods
- 7.10. Parsing strings
- 7.11. Format operator
- 7.12. Debugging