Examveda
Examveda

Which method is used to remove a key-value pair from a dictionary?

A. pop()

B. remove()

C. delete()

D. discard()

Answer: Option A


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python