Commit 045ef9ff by BellCodeEditor

save project

parent 51334e0e
Showing with 5 additions and 0 deletions
......@@ -6,3 +6,7 @@ tyt=dict_hero['猴五']
print(tyt)
dict_hero['猴队长']=50
print(dict_hero)
dict_hero["齐天大圣"]=100
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