Commit 08b936f0 by BellCodeEditor

save project

parent b2b32701
Showing with 4 additions and 0 deletions
dict_hero={'三':10,'一':21,'五':22,'长':29,'七':30} dict_hero={'三':10,'一':21,'五':22,'长':29,'七':30}
print(dict_hero) print(dict_hero)
print(dict_hero['长'])
dict_hero['七']=32
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