From 99afdb556941ea3a8385665b29c6ae7a26f275c9 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 11 Dec 2021 15:28:11 +0800
Subject: [PATCH] auto save

---
 1.py    | 0
 diy2.py | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 1.py

diff --git a/1.py b/1.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/1.py
diff --git a/diy2.py b/diy2.py
index 60141ad..3cb1ec8 100644
--- a/diy2.py
+++ b/diy2.py
@@ -1,5 +1,6 @@
 score = {'语文':91,'数学':88,'英语':85}
-
+for k,v in score .items()
+print(k,v)
 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
 
 
--
libgit2 0.25.0