At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Experience the convenience of getting reliable answers to your questions from a vast network of knowledgeable experts. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A 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()