From 9727f73dc2f4de610d4bfd4d9bcdb5bcf9668420 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 28 Aug 2022 16:20:19 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 72235db..9324d9e 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,2 +1,6 @@
 dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
+dict_hero['猴三']=99
+dict_hero['猴一']=88
+    
+
 print(dict_hero)
\ No newline at end of file
--
libgit2 0.25.0