bu.py 136 Bytes Edit 1 2 3 4 5 dict_hero={"赵一":1,"李二":3,"张三":4} print(dict_hero["赵一"]) dict_hero["李二"]=40 print(dict_hero["李二"]) dict_her