Python Strings
You have already used strings in Python, but in this lecture we'll go through a bit more advanced usage of them, such as using indexing and calling their methods.
Lecture material
Recommended reading
- The following chapters in the book How to Think Like a Computer Scientist: Interactive Edition: