Commit 64dfea74 by BellCodeEditor

save project

parent 3fe2b1d6
Showing with 7 additions and 1 deletions
......@@ -9,6 +9,12 @@
# break
# print(list_hero)
dict_hero={'有':10,'测试':11,'啊':11,'在':10,'从':11,'vf':11,}
print(dict_hero['有'])
# print(dict_hero['有'])
dict_hero['啊']=11111111111
if '啊' in dict_hero:
print(dict_hero['啊'])
# print(dict_hero)
dict_hero['发']=11334
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