+30 XP
Lesson 53

List Methods

Add and remove items!

tools

List Methods!

Special functions to modify lists!

.append()

Add to end

.pop()

Remove from end

.insert()

Add at position

.remove()

Remove by value