D:\Environment\Python\Python311\python.exe D:\Environment\PythonWorks\learnpython\马士兵Python\第7章_夫妻站\P61_60.字典元素的获取.py
{'张三':100,'李四':98,'王五':45}<class'dict'>1822270589248-------------------获取字典元素方式一:[]取值 -----------------------100-------------------获取字典元素方式二:使用get()方法-----------------------100None99
Process finished with exit code 0