filmov
tv
Difference between del, remove, and pop on Python lists 🐍 #shorts

Показать описание
All three remove something from the list but there are differences.
Remove works based on the value.
Del and pop work based on index with pop also returning the value that was removed.
Remove works based on the value.
Del and pop work based on index with pop also returning the value that was removed.