Commit 8de74b98 by BellCodeEditor

save project

parent 4d585b39
Pipeline #6182 failed in 0 seconds
Showing with 4 additions and 2 deletions
...@@ -6,4 +6,6 @@ print(a['更合']) ...@@ -6,4 +6,6 @@ print(a['更合'])
a['更合']=99999 a['更合']=99999
print(a) print(a)
a['nm']="1" a['nm']="1"
print(a) print(a)
\ No newline at end of file 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