Lesson 5: Working With Text and Strings
How can Python keep track of a name, a message or a whole sentence when each is made from different marks? It represents such text as a string: an ordered sequence of characters. This leads to the central question of the lesson: how does Python store, examine and work with text?
