O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
In Python, a string is an immutable sequence. In this excerpt from Mark Lutz's Learning Python you'll learn how to change strings using concatenation and slicing. You'll also be introduced to Python...