Commit a6fd95be by BellCodeEditor

save project

parent 271762bf
Showing with 2 additions and 0 deletions
...@@ -3,3 +3,5 @@ print(t) ...@@ -3,3 +3,5 @@ print(t)
print(t["5"]) print(t["5"])
t["5"]=32 t["5"]=32
print(t) print(t)
t["3"]=6
print(t)
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