From efc2707a2504b313b32f63018eb317f2b5114ad3 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 10 Jul 2021 14:40:22 +0800 Subject: [PATCH] save project --- diy2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/diy2.py b/diy2.py index f88dc28..6251b18 100644 --- a/diy2.py +++ b/diy2.py @@ -1,4 +1,5 @@ score = {'语文':91,'数学':88,'英语':85} +print(score) # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 -- libgit2 0.25.0