From 9237ae48a869e5062f8b80a5f227aa8f5148910f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 26 Jun 2022 15:32:02 +0800
Subject: [PATCH] save project

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

diff --git a/diy2.py b/diy2.py
index 0af1dba..619945e 100644
--- a/diy2.py
+++ b/diy2.py
@@ -2,6 +2,4 @@ score = {'语文':91,'数学':88,'英语':85}
 
 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
 for k,v in score.items():
-    print(k,v)
-
-
+    print(k,v)
\ No newline at end of file
--
libgit2 0.25.0