Commit 425f9d57 by BellCodeEditor

save project

parent 14987432
Showing with 6 additions and 1 deletions
dict_hero = {'亚瑟':30,'后羿':70,'安吉拉':85,'盾山':20}
dict_hero = {'亚瑟':30,'后羿':70,'安吉拉':85,'盾山':20}
dict_hero = {'亚瑟':30,'后羿':70,'安吉拉':85,'盾山':20}
dict_hero['盾山'] = 25
print(dict_hero)
#往字典中添加元素
dict_hero['张良'] = 75
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