Commit 9bf3382c by BellCodeEditor

save project

parent 03de40e2
Showing with 6 additions and 0 deletions
dict_hero={"SB":14,"NB":24,"ZZ":25,"AnFeng":1470,"abc":49}
print(dict_hero)
print(dict_hero["AnFeng"])
dict_hero["abc"]=51
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