String values are sequences of characters enclosed in quotation marks. In programming languages like Python, string values represent text or words.
String values cheat sheet for homework
Combining multiple strings together to create a single longer string.
Indexing: Accessing individual characters within a string by their position or index.
Escape Characters: Special characters used to represent non-printable or reserved characters within strings.