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