Commit cabf3c61 by BellCodeEditor

save project

parent b0fbb610
Showing with 10 additions and 0 deletions
...@@ -9,3 +9,13 @@ ...@@ -9,3 +9,13 @@
# break # break
# print(list_hero) # print(list_hero)
# 请注释掉上面的代码 # 请注释掉上面的代码
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'SB':35}
print(dict_hero)
print(dict_hero['SB'])
dict_hero['sb']=10
print(dict_hero)
dict_hero['诺亚']=???
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