单选题

以下哪个选项可以删除字典中指定的键值对?( )

A

my_dict.remove(key)

B

del my_dict[key]

C

my_dict.clear(key)

D

my_dict.delete(key)

赣ICP备20007335号-2