From c15c380e563a224dfc1319edd007237cc249f0d0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Mon, 4 Oct 2021 17:40:30 +0800 Subject: [PATCH] save project --- diy2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 60141ad..59e83fb 100644 --- a/diy2.py +++ b/diy2.py @@ -1,5 +1,6 @@ score = {'语文':91,'数学':88,'英语':85} # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 - +for a,b in score.items(): + print(a,b) -- libgit2 0.25.0