Commit 3d679cf4 by BellCodeEditor

auto save

parent 502609b5
Showing with 6 additions and 0 deletions
a={1:30,3:50,10:59,23:100}
print(a[1])
a[3]=1000
a[100]=1234
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