Commit 557d2b8a by BellCodeEditor

save project

parent b9fc59fb
Pipeline #6176 failed in 0 seconds
Showing with 5 additions and 1 deletions
a={'否对'10,'瑟夫'20}
a={'否认':10,'瑟夫':20}
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