From 1c1fd5d954b0840373ebd0787ed105251db5a771 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 9 Mar 2024 09:53:43 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 71351c7..345993e 100644 --- a/diy1.py +++ b/diy1.py @@ -4,4 +4,4 @@ dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30} print(dict_hero['猴队长']) dict_hero['猴七']=32 -print(dict_hero) \ No newline at end of file +print(dict_hero) -- libgit2 0.25.0