A string is a sequence of characters.
Strings can be created by enclosing characters inside a single quote or double quotes. Even triple quotes can be used in Python.
We can access individual characters using indexing and a range of characters using slicing.
Index is all ways starts from 0.