Commit bc655c05 by BellCodeEditor

save project

parent a9ff8969
Showing with 2 additions and 2 deletions
......@@ -16,4 +16,4 @@ print(dict_hero['猴三'])
print(dict_hero)
dict_hero['齐天大圣']=9999
if '齐天大圣' in dict_hero:
print(dict_hero)
\ No newline at end of file
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