Commit ca611535 by BellCodeEditor

save project

parent 218f98de
Showing with 3 additions and 0 deletions
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
dict_hero={'去':1,'我':2,'额':3} dict_hero={'去':1,'我':2,'额':3}
dict_hero['人']=4 dict_hero['人']=4
print(dict_hero) print(dict_hero)
if '去' in dict_hero:
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