Lesson 7
Objects and Dictionaries
Chapter 3: Object methods
List methods
Hope those exercises were challenging enough! 😀
Now, let’s explore the methods for Python’s list object - again, with a quiz!
Again, you might want to have the official documentation for list at hand. The answers you seek will all be there!
Remember that many of these list methods are mutator methods that directly change the value of the list, rather than returning a new list!
❮
❯