Every real program works with text. A username, an error message, a URL, an email address... almost any data you see on a screen is a string at some point. If the operators from the previous tutorial taught you to do calculations, strings teach you to work with human language.

And Python is especially good at this.




What is a string?


A...