From afd205290e9f5e75ce6ebbeaf2a216f3af9d4be0 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 18 Sep 2022 18:32:20 +0800
Subject: [PATCH] auto save

---
 diy1.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/diy1.py b/diy1.py
index a6c0e62..d9ef87c 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,2 +1,4 @@
 dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
+print(dict_hero['猴队长'])
+dict_hero['猴七'] = 32
 print(dict_hero)
--
libgit2 0.25.0