Thithu9854 Thithu9854 28-06-2024 Computers and Technology Answered 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()