Commit aad90d32 by BellCodeEditor

save project

parent 844c079a
Showing with 2 additions and 1 deletions
# 直接运行以下代码,说说你的发现: # 直接运行以下代码,说说你的发现:
dict_hero = {'猴一':30,'':37,'孙五':52,'王猛':89,'周亮':98} dict_hero = {'猴一':30,'猴一'':37,'孙五':52,'王猛':89,'周亮':98}
dict_hero['猴一']=35 dict_hero['猴一']=35
print(dict_hero["猴一"]) print(dict_hero["猴一"])
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment