#pythonforbeginners #tutorialsupport #pythontutorial
This tutorial will get you introduced to access the elements by their index.
Left to right it starts from Zero, and right to left it starts with -1
0:00 - How to accèss elements of a list
0:15 - Numbering start from Zero
0:40 - Accessing the first element
1:22 - Accessing the last element using length
1:59 - Accessing using the last element using minus numbering
2:54 - Summary to Code yourself and practice