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