Commit 4735022a by BellCodeEditor

save project

parent 0c2ce262
Showing with 1 additions and 2 deletions
...@@ -11,6 +11,5 @@ ...@@ -11,6 +11,5 @@
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典 # 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero={"慢慢":34,"卡卡":56,"基金":67,"音乐":76} dict_hero={"慢慢":34,"卡卡":56,"基金":67,"音乐":76}
print(dict_hero) print(dict_hero)
print(dict_hero["音乐"]) dict_hero["渴望"]=25
dict_hero["音乐"]=84
print(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