A data type in Python that represents a sequence of alphanumeric and/or special characters enclosed within single or double quotes.
For example, the following are all strings:
"hello world!"
"The answer is 3"
"!!!"
- Read more about strings on w3schools.