Commit 8305ab3e by BellCodeEditor

save project

parent 124d84c7
Showing with 6 additions and 4 deletions
dict_hero={1:2,23,3:4}
# 增添
dict_hero['2'] = 2
# 查看
if '3' in dict_hero:
print(dict_hero['2'])
......
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