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
- Create copies of strings using slice
- Recognize and use conversion specifiers, types and flags in a string literal
- Use string methods (given APIs) to solve problems