Commit 068784c4 by BellCodeEditor

save project

parent 502609b5
Showing with 6 additions and 0 deletions
dic_hero = {'赵雄':0,'关羽':40,'刘备':50}
print('修改前:',dic_hero)
dic_hero['关羽'] = 100
print('修改后:',dic_hero)
print(dic_hero[0])
\ 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