Commit 731b459b by BellCodeEditor

save project

parent 01808ed7
Showing with 4 additions and 0 deletions
a=['还是',20,'我',30]
print(a)
a={'还是':20,'我':30}
print(a)
print(a["我"])
a["我"]=10000
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