Commit fecc8e43 by BellCodeEditor

save project

parent bfc3855e
Showing with 4 additions and 1 deletions
...@@ -2,4 +2,7 @@ dict={"我":1,"你":2,"他":3} ...@@ -2,4 +2,7 @@ dict={"我":1,"你":2,"他":3}
print(dict["我"]) print(dict["我"])
dict["我"]=11 dict["我"]=11
dict["z"]=12 dict["z"]=12
if z in dict if z in dict:
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