Commit b7c100b6 by BellCodeEditor

save project

parent 502609b5
Showing with 7 additions and 0 deletions
dict_hero = {"张三":37,"李四":89,"王五":99}
print(dict_hero["张三"])
dict_hero["王五"] = 90
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