Commit 977c5ea0 by BellCodeEditor

save project

parent 1cedc56f
Showing with 3 additions and 2 deletions
dict_hero={'猴三':10,'猴一'21,'猴五':22,'猴队长':29,'猴奇':30} dict_hero={'猴三':10,'猴一'21,'猴五':22,'猴队长':29,'猴奇':30}
...@@ -3,7 +3,8 @@ print(dict_hero) ...@@ -3,7 +3,8 @@ print(dict_hero)
print(dict_hero['猴队长']) print(dict_hero['猴队长'])
dict_hero['猴奇']=3000 dict_hero['猴奇']=3000
print(dict_hero) print(dict_hero)
dict_hero['猴十']=25
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