Commit 73fbbf6e by BellCodeEditor

save project

parent 66162c30
Showing with 3 additions and 0 deletions
...@@ -18,3 +18,5 @@ print(a) ...@@ -18,3 +18,5 @@ print(a)
dict_hero['猴队长'] = 32 dict_hero['猴队长'] = 32
a = dict_hero['猴队长'] a = dict_hero['猴队长']
print(a) print(a)
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