Commit f735c78c by BellCodeEditor

save project

parent ce14cb3b
Showing with 4 additions and 1 deletions
......@@ -5,5 +5,8 @@ dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
print(dict_hero['猴队长'])
dict_hero['猴五']=26
print(dict_hero['猴五'])
dict_hero['猴二']=99
print(dict_hero)
if '猴七' in dict_hero:
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