Commit 2a7152e8 by BellCodeEditor

save project

parent 44902db8
Showing with 3 additions and 0 deletions
dict = {"猴一":30,"猴五":50,"猴七":75} dict = {"猴一":30,"猴五":50,"猴七":75}
dict["猴十"] = 25 dict["猴十"] = 25
print("猴五" in dict)
print("王八" in dict)
print(dict) print(dict)
\ 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