Commit 8de74b98 by BellCodeEditor

save project

parent 4d585b39
Pipeline #6182 failed in 0 seconds
Showing with 3 additions and 0 deletions
...@@ -7,3 +7,5 @@ a['更合']=99999 ...@@ -7,3 +7,5 @@ a['更合']=99999
print(a) print(a)
a['nm']="1" a['nm']="1"
print(a) print(a)
if '更合' in 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