Commit 67833771 by BellCodeEditor

save project

parent ee72a1f2
Showing with 5 additions and 0 deletions
dict_hero = {'鼠标':30,'六八':37,'帅哥':52,'丑八怪':89,'无敌大胃王':98} dict_hero = {'鼠标':30,'六八':37,'帅哥':52,'丑八怪':89,'无敌大胃王':98}
#print(dict_hero)
dict_hero["丑八怪"]=90
a=dict_hero["帅哥"]
print(a)
print(dict_hero) 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