Commit 09886b81 by BellCodeEditor

save project

parent f890a191
Showing with 9 additions and 2 deletions
......@@ -7,4 +7,11 @@
#print(dict)
p={"李":98,"王":99,"星":100,"颜":0.0000000000001}
\ No newline at end of file
p={"李":98,"王":99,"星":100,"颜":0.001}
p["颜"]=0.01
print(p["颜"])
if "遛" in p:
print(p["遛"])
else:
p["遛"]=100000
print(p)
\ 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