Commit 965af9cd by BellCodeEditor

save project

parent 32d9905c
Showing with 3 additions and 0 deletions
dict_hero={'小明':120,'小红':130,}
print(dict_hero)
print(dict_hero['小明'])
dict_hero['小红']=135
print(dict_hero)
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