Working with Lists
Let’s get introduced to some of the properties and methods of a list.
As discussed, a List is a type of object that has particular properties and particular methods that it can perform. Let’s look at some of them below.
Indexing
Lists use zero-based indexing. This means that the first element of a list is located at the 0th index.
Create a free account to access the full course.
Continue your learning journey with a 14-day free trial.
By signing up, you agree to Educative's Terms of Service and Privacy Policy