Commit 4b2c87f4 by BellCodeEditor

save project

parent 1188f9d0
Showing with 5 additions and 0 deletions
......@@ -4,4 +4,8 @@ print(dict_hero['猴一'])
dict_hero['猴五']=50
print(dict_hero['猴七'])
dict_hero['猴队长']=100
dict_hero['猴八']=17
dict_hero['猴九']=99
if "猴一" in dict_hero:
dict_hero['猴一']=50
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