From 4da46503e268bb7cb1b037994da69f358f96b246 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 21 Aug 2022 16:54:50 +0800
Subject: [PATCH] auto save

---
 diy2.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diy2.py b/diy2.py
index 7185ad7..271bb2d 100644
--- a/diy2.py
+++ b/diy2.py
@@ -3,6 +3,7 @@ student2 = {'语文':97,'数学':98,'英语':90}
 student3 = {'语文':95,'数学':100,'英语':93}
 score={'悟空':student1,'诺依':student2,'小贝':student3}
 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
+
 name=input('名字')
 print("*" * 30)
 if name in scire:
--
libgit2 0.25.0