Commit 4ae6d49e by BellCodeEditor

save project

parent e6516163
Showing with 6 additions and 2 deletions
...@@ -3,4 +3,8 @@ print(dict_hero) ...@@ -3,4 +3,8 @@ print(dict_hero)
dict_hero['四']=98 dict_hero['四']=98
print(dict_hero) print(dict_hero)
dict_hero['五']=100 dict_hero['五']=100
print(dict_hero) print(dict_hero)
\ No newline at end of file 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