Commit f890a191 by BellCodeEditor

save project

parent 49d811b1
Pipeline #9837 failed in 0 seconds
Showing with 10 additions and 7 deletions
dict={"张三":55,"李四":60,"王五":70,} #dict={"张三":55,"李四":60,"王五":70,}
dict["李四"]=80 #dict["李四"]=80
dict["兆遛"]=86 #dict["兆遛"]=86
if "兆遛" in dict: #if "兆遛" in dict:
print(dict("兆遛")) # print(dict("兆遛"))
print(dict) #print(dict)
\ No newline at end of file
p={"李":98,"王":99,"星":100,"颜":0.0000000000001}
\ 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