Commit 4460728b by BellCodeEditor

save project

parent cd0aab41
Showing with 5 additions and 3 deletions
a = {"金泰华府""18""回复合肥""19"} a = {"金泰华府""18""回复合肥""19"}
a['vk'] = 18 if "vk" in a:
print(a) print("存在")
a['回复合肥'] = 18 else:
a["vk"] = 20
print(a) 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