From 5ee8b8e00d30477a4f1c083071e3a55266c2072b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Tue, 2 May 2023 17:31:04 +0800 Subject: [PATCH] auto save --- diy.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 diy.py diff --git a/diy.py b/diy.py new file mode 100644 index 0000000..eb2bd9d --- /dev/null +++ b/diy.py @@ -0,0 +1,4 @@ +dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30} +print(dict_hero['猴队长']) +dict_hero['猴七']=32 +print(dict_hero) -- libgit2 0.25.0