Commit f9cb944f by BellCodeEditor

save project

parent a5d72844
Showing with 7 additions and 0 deletions
a={"王":78,"郭":99,"牛":120}
a={"王":78,"郭":99,"牛":120}
print(a)
print(a["王"])
a["郭"]=19
print(a)
\ 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