Commit ada225b7 by BellCodeEditor

save project

parent 557d2b8a
Pipeline #6179 failed in 0 seconds
Showing with 3 additions and 5 deletions
a={'否认':10,'瑟夫':20}
a=['更合',30,'伟祺',40]
print(a)
a={'更合':30,'伟祺':40}
print(a)
print(a['瑟夫'])
a['瑟夫']=40
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