From be132a0de0c01085ce2c7a170f687206d72270ed 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 23:31:20 +0800 Subject: [PATCH 1/5] feature 20231161 --- Function-20231161.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Function-20231161.py b/Function-20231161.py index eaac5c0..1d4a8f9 100644 --- a/Function-20231161.py +++ b/Function-20231161.py @@ -1 +1,2 @@ -print('My Student_ID is 20231161') \ No newline at end of file +print('My Student_ID is 20231161') +print('My Name is 冯伟伦') \ No newline at end of file From 0e778c0f0e7eed3f1c42232a3a86576c55206f8c Mon Sep 17 00:00:00 2001 From: liuhongyu Date: Sun, 12 Mar 2023 10:17:17 +0800 Subject: [PATCH 2/5] Feature-20231165 --- Function-20231165.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Function-20231165.py b/Function-20231165.py index e938270..2994b1b 100644 --- a/Function-20231165.py +++ b/Function-20231165.py @@ -1 +1,2 @@ -print('My Student_ID is 20231165') \ No newline at end of file +print('My Student_ID is 20231165') +print('My name is Hongyu Liu') From 17cb393d61892ad02f66e9773ed030e8d3cf740a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=81=E6=99=A8=E7=9A=93?= <20231017> Date: Sun, 12 Mar 2023 05:34:33 +0000 Subject: [PATCH 3/5] Add second line 20231017 --- Function-20231017.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Function-20231017.py b/Function-20231017.py index f66c485..8d3ce00 100644 --- a/Function-20231017.py +++ b/Function-20231017.py @@ -1 +1,2 @@ -print('My Student_ID is 20231017') \ No newline at end of file +print('My Student_ID is 20231017') +print('My Name is 翁晨皓') \ No newline at end of file From 33270947ba3fc0a5e21c8ff5bd8e106ba4434f67 Mon Sep 17 00:00:00 2001 From: Chants77 <2426837835@qq.com> Date: Sun, 12 Mar 2023 13:49:02 +0800 Subject: [PATCH 4/5] 10-3 --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index d1782fd..0c3e7bc 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,3 @@ import os os.system('python Function-20231183.py') +os.system('echo Feature-20231183') From 84b395bd0b921763b33bfa652fba05fc7712574e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E4=BC=9F=E4=BC=A6?= <20231161> Date: Sun, 12 Mar 2023 13:58:39 +0800 Subject: [PATCH 5/5] 20231161 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0c3e7bc..ca7c54a 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,3 @@ import os -os.system('python Function-20231183.py') -os.system('echo Feature-20231183') +os.system('python Function-20231161.py') +os.system('echo Feature-20231161')