Commit 54cef37f by BellCodeEditor

save project

parent 7df1522c
Showing with 3 additions and 0 deletions
......@@ -18,4 +18,7 @@ for i in range(len(dict_hero)):
break
print(dict_hero['猴队长'])
dict_hero['猴七']=60
dict_hero['猴八']=70
if '猴五' in dict_hero:
print('Ture')
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