From 2ad1efbadfc9f252c1117fd624e6f2c7732710cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=98=E5=8D=93=E8=B1=AA?= <2232041467@qq.com> Date: Wed, 25 Jun 2025 10:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 1 + 期末复习.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e05e84c..708952f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,4 +3,5 @@ + \ No newline at end of file diff --git a/期末复习.py b/期末复习.py index 1cb22cb..53fa2a7 100644 --- a/期末复习.py +++ b/期末复习.py @@ -833,4 +833,5 @@ if __name__ == "__main__": bll = StudentBLL(dal) ui = StudentUI(bll) print("欢迎使用学生信息管理系统!") - ui.run() \ No newline at end of file + ui.run() + print(123) \ No newline at end of file