Q11
In Python, how can you remove all key-value pairs from a dictionary?
A.
clear()
AnswerB.
remove_all()
C.
delete_all()
D.
discard_all()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board