Commit 2172b95e by BellCodeEditor

save project

parent 8d386b7c
Showing with 4 additions and 0 deletions
...@@ -3,4 +3,7 @@ print(A) ...@@ -3,4 +3,7 @@ print(A)
print(A["1"]) print(A["1"])
A['1']=4 A['1']=4
print(A)
A["7"]=5
print(A) 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