Commit a216998b by BellCodeEditor

save project

parent afb76c08
Showing with 4 additions and 2 deletions
......@@ -4,8 +4,10 @@ dict_hero['四']=98
print(dict_hero)
dict_hero['五']=100
print(dict_hero)
dict_hero['六']=120
print(dict_hero)
if '五' in dict_hero:
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