From 129b068ba1fa328722d428cd4f8a0d0caac23080 Mon Sep 17 00:00:00 2001 From: "LAPTOP-559U08P6\\16264" <1626450436@qq.com> Date: Sat, 11 Mar 2023 16:00:37 +0800 Subject: [PATCH 1/4] no message --- Student-21373329/Function-2137228.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Student-21373329/Function-2137228.py diff --git a/Student-21373329/Function-2137228.py b/Student-21373329/Function-2137228.py new file mode 100644 index 0000000..7c5dfcb --- /dev/null +++ b/Student-21373329/Function-2137228.py @@ -0,0 +1,2 @@ +# Function-学号.py 文件的内容修改为 +print('My Student_ID is 21373328') \ No newline at end of file From d663a15c9592f931330505e3f6a086ddb8fd9644 Mon Sep 17 00:00:00 2001 From: "LAPTOP-559U08P6\\16264" <1626450436@qq.com> Date: Sat, 11 Mar 2023 16:02:02 +0800 Subject: [PATCH 2/4] no message --- {Student-21373329 => Student-21373328}/Function-2137228.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Student-21373329 => Student-21373328}/Function-2137228.py (100%) diff --git a/Student-21373329/Function-2137228.py b/Student-21373328/Function-2137228.py similarity index 100% rename from Student-21373329/Function-2137228.py rename to Student-21373328/Function-2137228.py From 873774fa0c4767ac444bb6dadf65c513eae47578 Mon Sep 17 00:00:00 2001 From: "LAPTOP-559U08P6\\16264" <1626450436@qq.com> Date: Sat, 11 Mar 2023 16:07:09 +0800 Subject: [PATCH 3/4] no message --- Student-21373328/Function-2137228.py => Function-21373328.py | 0 README.md | 2 -- 2 files changed, 2 deletions(-) rename Student-21373328/Function-2137228.py => Function-21373328.py (100%) delete mode 100644 README.md diff --git a/Student-21373328/Function-2137228.py b/Function-21373328.py similarity index 100% rename from Student-21373328/Function-2137228.py rename to Function-21373328.py diff --git a/README.md b/README.md deleted file mode 100644 index c0a3869..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# BUAA-SE-2023-Lab01-Group8 - From b9a8c94521fcf184d1a3c89442a29889b8c07843 Mon Sep 17 00:00:00 2001 From: "LAPTOP-559U08P6\\16264" <1626450436@qq.com> Date: Sat, 11 Mar 2023 16:21:41 +0800 Subject: [PATCH 4/4] no message --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..e5f5590 --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +# main.py 文件的内容修改为 +import os +os.system('python Function-21373328.py') \ No newline at end of file