Commit bef1d99c by BellCodeEditor

save project

parent 971bbded
Pipeline #9852 failed in 0 seconds
Showing with 9 additions and 9 deletions
......@@ -7,11 +7,11 @@
#print(dict)
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
#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