Unit 7: Strings
Students who complete this unit will demonstrate that they can:
- Access individual characters from a string using the index operator
- Effectively use slice notation with strings, lists and tuples
- Use string methods (given APIs) to solve problems
You may find the Python sequence types docs and Python Data Structures tutorial documentation helpful this week.
Contents