Experience the power of community-driven knowledge on IDNLearn.com. Find the answers you need quickly and accurately with help from our knowledgeable and experienced experts.

Which of the following methods is used to remove a specified key and its corresponding value from a dictionary in Python?

a. remove()
b. discard()
c. pop()
d. delete()