From 31e8bb96dd47c38ee03f061cde44b44e2509a881 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 28 Mar 2021 15:37:17 +0800 Subject: [PATCH] save project --- 1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.py b/1.py index b64dcf5..a9efa88 100644 --- a/1.py +++ b/1.py @@ -1,2 +1,4 @@ a={'1':1,'2':2,'3':3} print(a) +a['3']=10 +print(a) \ No newline at end of file -- libgit2 0.25.0