Commit 4d33a9f0 by BellCodeEditor

save project

parent dc2ca8b2
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,5 @@ print(dict_hero) ...@@ -4,4 +4,5 @@ print(dict_hero)
dict_hero["ssbb"]=444 dict_hero["ssbb"]=444
print(dict_hero) print(dict_hero)
dict_hero["成龙"]=999 dict_hero["成龙"]=999
print(dict_hero) if "成龙" in dict_hero:
\ No newline at end of file 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