Lesson 5: Working With Text and Strings (Parent Q&A)
This lesson introduces strings, which Python uses to represent text. It explains how strings are written, joined, repeated, measured and examined character by character. It also introduces common string methods and explains why these operations return new string values rather than changing existing strings in place.
