Commit 1a0cc3c5 by BellCodeEditor

save project

parent d336b848
Showing with 3 additions and 2 deletions
...@@ -15,4 +15,6 @@ print(dict_hero['闪电老师']) ...@@ -15,4 +15,6 @@ print(dict_hero['闪电老师'])
dict_hero['闪电老师']=99999 dict_hero['闪电老师']=99999
print(dict_hero) print(dict_hero)
dict_hero['导弹']=-99999999 dict_hero['导弹']=-99999999
print(dict_hero) print(dict_hero)
\ No newline at end of file dict_hero['猴十']=-99999999999999
print(dict_hero)
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