Commit 5f301add by BellCodeEditor

save project

parent 88b1b2f2
Showing with 2 additions and 3 deletions
...@@ -18,6 +18,5 @@ dict_hero['猴一']=80 ...@@ -18,6 +18,5 @@ dict_hero['猴一']=80
print(dict_hero) print(dict_hero)
dict_hero['猴六']=66 dict_hero['猴六']=66
print(dict_hero) print(dict_hero)
if ['猴六'] in dict_hero: for i in dict_hero:
print(1) 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