From 1af9aef762c38327c7e5ea7e2ebcbc553c1af475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=81=E6=99=A8=E7=9A=93?= <20231017> Date: Sat, 11 Mar 2023 14:39:40 +0000 Subject: [PATCH 1/5] 20231017-step 8 --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index e69de29..97082a2 100644 --- a/main.py +++ b/main.py @@ -0,0 +1,2 @@ +import os +os.system('python Function-20231017.py') \ No newline at end of file From 4f85a194139a0470c7976cf39fdab65f0148bb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E4=BC=9F=E4=BC=A6?= <20231161> Date: Sat, 11 Mar 2023 22:46:49 +0800 Subject: [PATCH 2/5] test --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d1782fd..e79cf6e 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,2 @@ import os -os.system('python Function-20231183.py') +os.system('python Function-20231161.py') From e9403564dced4b4fae1c052c3edf7c78048abdc5 Mon Sep 17 00:00:00 2001 From: liuhongyu Date: Sat, 11 Mar 2023 22:53:20 +0800 Subject: [PATCH 3/5] Student-20231165 --- Function-20231165.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Function-20231165.py diff --git a/Function-20231165.py b/Function-20231165.py new file mode 100644 index 0000000..e938270 --- /dev/null +++ b/Function-20231165.py @@ -0,0 +1 @@ +print('My Student_ID is 20231165') \ No newline at end of file From b18b0a71d213ed3aba794600bf4227cdaa0e5622 Mon Sep 17 00:00:00 2001 From: liuhongyu Date: Sat, 11 Mar 2023 23:02:40 +0800 Subject: [PATCH 4/5] Student-20231165 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d1782fd..0085c38 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,2 @@ import os -os.system('python Function-20231183.py') +os.system('python Function-20231165.py') From 1e1e15529089571e0e112c0e7e96b59be7f1f486 Mon Sep 17 00:00:00 2001 From: Chants77 <2426837835@qq.com> Date: Sat, 11 Mar 2023 23:24:00 +0800 Subject: [PATCH 5/5] main --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e79cf6e..d1782fd 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,2 @@ import os -os.system('python Function-20231161.py') +os.system('python Function-20231183.py')