Commit f1f202cc by BellCodeEditor

save project

parent cd75702d
Showing with 3 additions and 0 deletions
A={'a':1,'b':2,'c':3}
print(A)
print(A['a'])
A['d']=4
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