python 验证两个dicts dict1和dict2的名称。它会验证名称是否与小写字母不匹配。它删除了“Press Ente

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 验证两个dicts dict1和dict2的名称。它会验证名称是否与小写字母不匹配。它删除了“Press Ente相关的知识,希望对你有一定的参考价值。

# LANGUAGE: Python3
# AUTHOR: Mahendra Yadav

CURSOR_UP = '\033[F'
ERASE_LINE = '\033[K'
prinnt("Length of dict1 = {}".format(len(dict1)))
prinnt("Length of dict2 = {}".format(len(dict2)))
# To find the difference between the keys use dict1.keys() - dict2.keys()
for key in dict1:
    print(key)
    if dict1[key].lower() == dict2[key].lower() : continue
    print(our_cm[key], " --> " , cm[key])
    print ("Press Enter to continue...")
    input("")
    print(CURSOR_UP + CURSOR_UP + ERASE_LINE)

以上是关于python 验证两个dicts dict1和dict2的名称。它会验证名称是否与小写字母不匹配。它删除了“Press Ente的主要内容,如果未能解决你的问题,请参考以下文章

python合并字典

Python合并两个字典

Python 中两个字典(dict)合并

python 两个字典合并

Python基础字典函数fromkeys()

Python:字典