Commit e88e0666 by BellCodeEditor

save project

parent 29f54dc1
Pipeline #10157 failed in 0 seconds
Showing with 7 additions and 2 deletions
dict={"ni":1,"wo":2} dict={"ni":1,"wo":2}
print(dict) print(dict)
print(dict["ni"]) print(dict["ni"])
\ No newline at end of file dict.pop("ni")
dict2={"hou1":20,"hou2":27,"hou3":30,"hou4":48,"houwang":999}
dict2["hou5"]=80
if "houwang" in dict2:
print(dict2)
\ 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