Commit 272e5f9e by BellCodeEditor

save project

parent ec98b39b
Showing with 6 additions and 0 deletions
dic={'李骏':30, '高铭':60,'芒果':66}
dic['李骏']=100
dic['高铭']=666
print(dic)
dic['兔仙']=92
print(dic)
\ 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