From ff2dcd20e6502c253bdde0879835af23a407d3de Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 4 May 2024 15:27:03 +0800
Subject: [PATCH] save project

---
 1.py    | 2 +-
 diy1.py | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/1.py b/1.py
index 7715fb3..b243344 100644
--- a/1.py
+++ b/1.py
@@ -1 +1 @@
-dict
\ No newline at end of file
+dict_hero{''}
\ No newline at end of file
diff --git a/diy1.py b/diy1.py
index 3054ae0..96c1704 100644
--- a/diy1.py
+++ b/diy1.py
@@ -8,6 +8,5 @@ for i in range(len(list_hero)):
         list_hero.insert(i,power)
         break
 print(list_hero)
-# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
 dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30,}
 print(dict_hero)
--
libgit2 0.25.0