From d2dd899ccb81375c187b982d5b1ddec395c59a3e Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 16 Sep 2021 19:53:41 +0800
Subject: [PATCH] save project

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

diff --git a/diy2.py b/diy2.py
index 143bf47..9ca9733 100644
--- a/diy2.py
+++ b/diy2.py
@@ -1,3 +1,3 @@
 score = {'语文':91,'数学':88,'英语':85}
-for k,v in score:
+for k,v in score.items():
     print(k,v)
\ No newline at end of file
--
libgit2 0.25.0