#String indexing in #python is #zero-based: the first character in the #string has #index 0, the next has index 1, and so on. The index of the last character will be the #length of the string minus one.
We can access #characters in a #String in Two ways: #accessing #Characters by #Positive #Index Number. Accessing Characters by #negative Index #number