Python Data Type: Introduction to List - Part 2 - accessing elements using index

Опубликовано: 15 Май 2026
на канале: PanchaTANTRA Programming
11
0

#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