2.py 134 Bytes Edit 1 2 3 4 dict_monkey={"猴三":30,"后羿":60,"猴队长":100,"猴五":80} print(dict_monkey) dict_monkey["猴队长"]=30 print(dict_monkey)