Welcome to Westonci.ca, your ultimate destination for finding answers to a wide range of questions from experts. Join our platform to connect with experts ready to provide precise answers to your questions in various areas. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

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