Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Explore thousands of questions and answers from knowledgeable experts in various fields on our Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

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()