Lecture

Key Takeaways So Far

So far, you've learned how to create, access, operate on, and add elements to lists.

Before moving on to removing and sorting elements, let's review the key points card by card.

Quiz
0 / 1

Which function adds an element to the end of a list?

append()

insert()

sort()

pop()

Lecture

AI Tutor

Help