Commit bcd36986 by BellCodeEditor

save project

parent 71d8fc3c
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ print(dict_hero) ...@@ -3,4 +3,5 @@ print(dict_hero)
# 提取猴队长的臂力值 # 提取猴队长的臂力值
print(dict_hero['猴队长'] print(dict_hero['猴队长']
# 修改猴七的臂力值为32 # 修改猴七的臂力值为32
dict_hero['猴七']=32 dict_hero['猴七']=32
\ No newline at end of file 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