Commit 73fbbf6e by BellCodeEditor

save project

parent 66162c30
Showing with 4 additions and 2 deletions
...@@ -17,4 +17,6 @@ print(a) ...@@ -17,4 +17,6 @@ print(a)
#修改猴队长的臂力值为32 #修改猴队长的臂力值为32
dict_hero['猴队长'] = 32 dict_hero['猴队长'] = 32
a = dict_hero['猴队长'] a = dict_hero['猴队长']
print(a) print(a)
\ No newline at end of file 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