EasyMultiple choice

dict.pop() vs del d[key]

What is the difference between 'del d[key]' and 'd.pop(key)'?

← → arrow keys to navigate

Sign in to save your progress.