From 0ce464349a6911e66bee98d59ac8a3c248335165 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 26 May 2023 20:00:14 +0800
Subject: [PATCH] save project

---
 1.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/1.py b/1.py
index a38fd26..e053bc1 100644
--- a/1.py
+++ b/1.py
@@ -1,2 +1,6 @@
-#         list_hero.insert(i,power)
+
+dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
+print(dict_hero['猴队长'])
+dict_hero['猴七']=32
+print(dict_hero)
 
--
libgit2 0.25.0