From f27d88fa670de39949b245f5318d81a83ddaab96 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 13 Nov 2020 20:18:50 +0800
Subject: [PATCH] save project

---
 diy3.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/diy3.py b/diy3.py
index 9a7f683..73955f5 100644
--- a/diy3.py
+++ b/diy3.py
@@ -7,4 +7,6 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
 name = input("名字:")
 
 # 查询并打印出输入的名字对应的所有科目的成绩
-
+info=score[name]
+for k,v in info.items():
+    print(k,v)
\ No newline at end of file
--
libgit2 0.25.0