Example & Tutorial understanding programming in easy ways.

What is the Index in Python?

Index is basically a Numeric value which show the position of the item in the group.

Indexing is Supports by the :

-list 

-string

Read More →