String indexing in Python with Examples
String indexing in Python allows you to access each characters in string individually through indexes. Strings in Python are ordered sequence of characters. In this tutorial you will learn string indexing syntax with examples.