Commit e7b6f037 by BellCodeEditor

save project

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