📜  在字典中查找唯一键的数量 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:15.651000             🧑  作者: Mango

代码示例1
# find number of unique keys in the dictionary
keys_num = len(dictionary.keys())