From a304d5a3091018f48253e9d4484cb9753f0de47e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 12 Mar 2023 10:11:49 +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..0309341 100644 --- a/diy2.py +++ b/diy2.py @@ -2,4 +2,5 @@ score = {'语文':91,'数学':88,'英语':85} # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 - +for k,v in score.items(): + print(k,v) \ No newline at end of file -- libgit2 0.25.0