KwickClips Python · 46 sec · free
What is the difference between remove() and pop()?
Short answer. remove() deletes by value; pop() deletes by index and returns the item.
What does count() tell you?
How many times a value appears.
Remember
| count: how many times |
| index: first position |
| remove by value, pop by index |
| reverse() flips the list |
Remove or pop? Why two? Remove deletes the first four. Reverse flips it. Count finds one four. Pop removes six. Index finds four at one. Count tells how many. Index gives position. Remove by value, pop by index. Reverse flips.
This clip is from the full lesson: List Methods and Built-in Functions — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083)
More KwickClips from this lesson
Why did append give a nested list?45 sec
Why does print(marks.sort()) show None?40 sec
How do you find an average without a loop?41 sec
Why did marks become None?41 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

