Commit 63b246f2 by BellCodeEditor

save project

parent 78394ba1
Showing with 4 additions and 2 deletions
dict_hero={'一':1,'二':2,'三':3,'四':4}
print(dict_hero)
dict_hero['四']=98
print(dict_hero)
dict_hero['五']=100
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