From bf9352458a9f8b0896331bdb9d8799171ec77de7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 6 Nov 2022 16:42:27 +0800
Subject: [PATCH] save project

---
 diy3.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy3.py b/diy3.py
index bafdd66..0f08473 100644
--- a/diy3.py
+++ b/diy3.py
@@ -1,7 +1,7 @@
 student1 = {'语文': 91, '数学': 88, '英语': 85}
 student2 = {'语文': 97, '数学': 98, '英语': 90}
 student3 = {'语文': 95, '数学': 100, '英语': 93}
-score = {'悟空': student1, '诺依': student2, '小贝': student3}    
+score = {'C': student1, '诺依': student2, '小贝': student3}    
 
 
 
--
libgit2 0.25.0