Commit bf6a036f by BellCodeEditor

save project

parent 3a2dee8a
Showing with 5 additions and 2 deletions
...@@ -5,4 +5,7 @@ ...@@ -5,4 +5,7 @@
# print(len(dict_hero)) # print(len(dict_hero))
a={'蛇':10,'全球':34,'天气':34,'大雨':56,'反':112} a={'蛇':10,'全球':34,'天气':34,'大雨':56,'反':112}
a['天气']=51 a['天气']=51
print(a) a['韩国人']=43
\ No newline at end of file
if '全球' in a:
print(a)
\ 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