Commit 49d811b1 by BellCodeEditor

save project

parent ab63f8e6
Pipeline #9836 failed in 0 seconds
Showing with 5 additions and 0 deletions
dict={"张三":55,"李四":60,"王五":70,}
dict["李四"]=80
dict["兆遛"]=86
if "兆遛" 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