Commit 1ed61662 by BellCodeEditor

save project

parent ceebd1cb
Showing with 6 additions and 0 deletions
...@@ -2,3 +2,8 @@ ...@@ -2,3 +2,8 @@
dict_hero={'一':1,'二':2,'三':3} dict_hero={'一':1,'二':2,'三':3}
dict_hero['一']=8 dict_hero['一']=8
print(dict_hero['一']) print(dict_hero['一'])
dict_hero['四']=4
print(dict_hero)
if '二' in dict_hero:
print('在')
\ 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