From c9c131b9fb12f43c979e4aa0097e8643a6060f08 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 27 Aug 2021 08:40:51 +0800
Subject: [PATCH] auto save

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

diff --git a/diy1.py b/diy1.py
index f27320c..5a4bcc6 100644
--- a/diy1.py
+++ b/diy1.py
@@ -12,5 +12,6 @@
 dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':3}
 print(dict_hero)
 print(dict_hero['猴队长'])
-dict_hero['猴队长']=32
+dict_hero['猴队长
+']=32
 print(dict_hero)
\ No newline at end of file
--
libgit2 0.25.0