Commit 3d4b23c6 by BellCodeEditor

save project

parent 6c870620
Showing with 4 additions and 0 deletions
......@@ -2,4 +2,8 @@
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero={'经济':11,'剪刀':13,'的话':37}
dict_hero['发货']=23
if '发货' in dict_hero:
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