Commit 96e23224 by BellCodeEditor

save project

parent f3eb46c8
Showing with 2 additions and 1 deletions
...@@ -2,5 +2,5 @@ dict_hero={'候三':10,'候一':21,'候五':22,'候队长':29,'候七'ï¼ ...@@ -2,5 +2,5 @@ dict_hero={'候三':10,'候一':21,'候五':22,'候队长':29,'候七'ï¼
print(dict_hero) print(dict_hero)
print(dict_hero['候队长']) print(dict_hero['候队长'])
dict_hero['候七'32] dict_hero['候七']=32
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