Commit 824290f5 by BellCodeEditor

save project

parent 0ee88e6f
Showing with 3 additions and 2 deletions
......@@ -2,4 +2,6 @@ dict_hero={'言':90,'主':99,'这':80,'社':0}
print(dict_hero)
print(dict_hero['社'])
dict_hero['主']=9999999
print(dict_hero)
\ No newline at end of file
print(dict_hero)
dict_hero['被']='66'
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