From f3aa3b3974e0813a07d7b6fc18bb6c9289530db3 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 15 Jan 2022 06:35:31 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
new file mode 100644
index 0000000..a8049d3
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,4 @@
+dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
+print(dict_hero)
+dict_hero['猴队长']=32
+print(dict_hero)
\ No newline at end of file
--
libgit2 0.25.0