you can't change them in place, only create new ones - **String methods** like `split()`, `join()`, `strip()`, `replace()`, `find()`, `upper()`, and `lower()` are your daily tools for text processing - **Inspection methods** like `isdigit()`, `isalpha()`, and `isalnum()` validate input - **f-string