Commit e19342ff by BellCodeEditor

save project

parent 51395816
Showing with 6 additions and 0 deletions
a={"猴一";30,"猴";40}
print(a)
print(a["猴一"])
a["猴"]=45
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