String (Python)
A string in Python is text wrapped in single or double quotes. Strings are immutable, meaning their contents can't be changed once created.
A string in Python is text wrapped in single or double quotes. Strings are immutable, meaning their contents can't be changed once created.