From b2a256e8d1e633b2b35abc7eedc415fe71d99039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=96=87=E6=96=8C?= <22210116> Date: Mon, 13 Mar 2023 23:30:54 +0800 Subject: [PATCH 1/3] update fuc22210116 --- Function22210116.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Function22210116.py b/Function22210116.py index 6961c2e..0e27583 100644 --- a/Function22210116.py +++ b/Function22210116.py @@ -1,2 +1,2 @@ # Function-学号.py 文件的内容修改为 -print('My Student_ID is 学号') \ No newline at end of file +print('My Student_ID is 22210116') \ No newline at end of file From 2a38e58b8f9af59bed06d77ae581851227874d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=96=87=E6=96=8C?= <22210116> Date: Mon, 13 Mar 2023 23:33:35 +0800 Subject: [PATCH 2/3] rename fuc22210116 && rewrite main.py --- Function22210116.py | 2 -- main.py | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 Function22210116.py diff --git a/Function22210116.py b/Function22210116.py deleted file mode 100644 index 0e27583..0000000 --- a/Function22210116.py +++ /dev/null @@ -1,2 +0,0 @@ -# Function-学号.py 文件的内容修改为 -print('My Student_ID is 22210116') \ No newline at end of file diff --git a/main.py b/main.py index 66dc905..a14ac68 100644 --- a/main.py +++ b/main.py @@ -1 +1,3 @@ -undefined \ No newline at end of file +# main.py 文件的内容修改为 +import os +os.system('python Function-22210116.py') \ No newline at end of file From 22292cc20ad3ac3e3943cbc3cfbe014093aa9211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=96=87=E6=96=8C?= <22210116> Date: Mon, 13 Mar 2023 23:35:18 +0800 Subject: [PATCH 3/3] up load fuc22210116 --- Function-22210116.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Function-22210116.py diff --git a/Function-22210116.py b/Function-22210116.py new file mode 100644 index 0000000..0e27583 --- /dev/null +++ b/Function-22210116.py @@ -0,0 +1,2 @@ +# Function-学号.py 文件的内容修改为 +print('My Student_ID is 22210116') \ No newline at end of file