Commit c3bb75be by BellCodeEditor

save project

parent 73fbbf6e
Showing with 2 additions and 1 deletions
...@@ -18,5 +18,5 @@ print(a) ...@@ -18,5 +18,5 @@ print(a)
dict_hero['猴队长'] = 32 dict_hero['猴队长'] = 32
a = dict_hero['猴队长'] a = dict_hero['猴队长']
print(a) print(a)
dict_hero['猴王'] dict_hero['猴王'] = 100
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