Study Python with Tinateach : Accessing List Items

2 months ago
3

Lists are arrays, and the rules of indexing follows. Remember, it starts at 0. So item1 is at index 0, item2 at index 1 and so on. But if you go with len(), then it kicks off at 1.

Don't forget to like and subscribe!

#pythonlist #pythonindex #codingtips

-Download-
Python website : https://www.python.org/

Loading comments...