From a81567db80defef359721396470a25d4ae8d90a0 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 12 Feb 2023 10:59:07 +0800
Subject: [PATCH] save project

---
 GHGHJGJHGHJGHJG.PY | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/GHGHJGJHGHJGHJG.PY b/GHGHJGJHGHJGHJG.PY
index 715eca7..3d908b4 100644
--- a/GHGHJGJHGHJGHJG.PY
+++ b/GHGHJGJHGHJGHJG.PY
@@ -1,8 +1,13 @@
 sb1={'语文':59,'数学':100,'英语':98}
 sb2={'语文':95,'数学':96,'英语':90}
 sb3={'语文':100,'数学':99,'英语':8}
-sb4={'悟空':sb1,'小贝':sb3,'诺依':sb2}
+sb9={'语文':100,'数学':100,'英语':100}
+sb4={'悟空':sb1,'小贝':sb3,'诺依':sb2,'xswl':sb9}
 sb100=input("输入人名")
-for s,b in sb4[sb100].items():
-    print(s,b)
-
+print("xswl"*10)
+if sb100 in sb4:
+    for s,b in sb4[sb100].items():
+        print(s,b)
+    pritn1("xswl"*10)
+else:
+    print("没这个人")
--
libgit2 0.25.0