Commit 9990194c by BellCodeEditor

save project

parent b0fba347
Showing with 5 additions and 2 deletions
dict_hero={"一":108,"二":176,"三":250,"四":3780,"五":10086} dict_hero={"一":108,"二":176,"三":250,"四":3780,"五":10086}
print(dict_hero) print(dict_hero)
\ No newline at end of file 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