Lists
8 / 21
EasyMultiple choice

del vs remove()

What is the difference between 'del lst[i]' and 'lst.remove(v)'?

← → arrow keys to navigate

Sign in to save your progress.