From 6171ed48a3296eb5a31d350ea59dc907933fe532 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 28 May 2022 15:30:48 +0800
Subject: [PATCH] save project

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

diff --git a/diy2.py b/diy2.py
index 3ba5dd6..b1f24d0 100644
--- a/diy2.py
+++ b/diy2.py
@@ -1,5 +1,5 @@
 score = {'语文':91,'数学':88,'英语':85}
 for k,v in score.items():
 # 请对字典进行遍历,将保存的分数以键     
-    print()
+    print(k,v)
 
--
libgit2 0.25.0