In this chapter, you learned about:
Strings
Multi-line strings
Accessing string characters with positive and negative indices
Slices
Immutability of strings
strip(), upper(), lower(), find(), replace(), split(),
and join()
Escape sequences
ASCII and UTF-8 encodings