Commit 4ae6d49e by BellCodeEditor

save project

parent e6516163
Showing with 5 additions and 0 deletions
......@@ -4,3 +4,7 @@ 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['五'])
\ 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