From cef57bdad206465107607695db2036033461bec2 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 11:26:25 +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/vcs.xml | 6 ++++++ 期末复习.py => 学生信息管理系统.py | 0 2 files changed, 6 insertions(+) create mode 100644 .idea/vcs.xml rename 期末复习.py => 学生信息管理系统.py (100%) diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/期末复习.py b/学生信息管理系统.py similarity index 100% rename from 期末复习.py rename to 学生信息管理系统.py