Python3 键不可变 Python3 字典键属性 Python3字典 CMP 方法 Python3 键不可变 #!/usr/bin/python3 dict = {['Name']: 'Zara', 'Age': 7} print ("dict['Name']: ", dict['Name']) Python3 字典键属性 Python3字典 CMP 方法