Commit 92ff9082 by BellCodeEditor

save project

parent d0d368ac
Showing with 3 additions and 0 deletions
...@@ -4,4 +4,6 @@ a={'更合':30,'伟祺':40} ...@@ -4,4 +4,6 @@ a={'更合':30,'伟祺':40}
print(a) print(a)
print(a['更合']) print(a['更合'])
a['更合']=99999 a['更合']=99999
print(a)
a['nm']="1"
print(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