首页题库练习题目详情
Python程序设计单选题中等

从字典中删除键值对可以使用哪个方法?

Adel dict[key]
Bdict.pop(key)
Cdict.remove(key)
Ddict.popitem(key)