Turning Learners Into Developers
Codekilla
CODEKILLA
back to course
Lesson 24 / 11421%
Collections5/35

Remove List Items

remove(), pop(), del, clear().

// list — ordered · mutable · duplicates ✓'apple'[0]'banana'[1]'mango'[2]'grape'[3]fruits = ['apple', 'banana', 'mango']
Visual explanation diagram · click steps to walk through it

This lesson is Pro only.

Unlock every premium lesson and module — Pro from ₹299 / month (or ₹999 / year, saves ~₹2,589).

Sign in to unlock
// feedback.matters()
Did this lesson help you?