Home »
Python »
Python Dictionary MCQs
Which keyword is used to delete/ remove the element from the dictionary?
18. Which keyword is used to delete/ remove the element from the dictionary
- remove()
- delete()
- del
- remove
Answer: C) Del
Explanation:
The del keyword is used to delete the element from the dictionary.