Commit bb0fda40 by BellCodeEditor

save project

parent 0e1bea3f
Showing with 4 additions and 3 deletions
...@@ -6,5 +6,6 @@ dict_hero['老七']=70 ...@@ -6,5 +6,6 @@ dict_hero['老七']=70
print(dict_hero) print(dict_hero)
dict_hero['赵一']=300 dict_hero['赵一']=300
print(dict_hero) print(dict_hero)
if '赵一' in dict_hero: if '赵二' in dict_hero:
print('赵一') print('赵一')
\ No newline at end of file print('你个傻X,这个东西没有')
\ 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