The Python string data type is a sequence made up of one or more individual characters that could consist of letters, numbers, whitespace characters, or symbols.
Strings in Python are arrays of bytes representing unicode characters.
Square brackets can be used to access elements of the string.