
Sequence DataType Part - II [Indexing]

Sequence data operations: IndexingIndexing just means accessing elements. To access elements, the square brackets can be used. There are many methods to access elements in python.index() method finds the first occurrence of the specified...