Commit 74c0d868 by BellCodeEditor

save project

parent bd3122e8
Showing with 2 additions and 2 deletions
......@@ -14,4 +14,4 @@ print(dict_hero)
dict_hero['猴三']=20
print(dict_hero)
if '猴三' in dict_hero:
print(len['猴三'])
\ 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