From a630370faa3f98d7efde54805e74c94d7213fcf4 Mon Sep 17 00:00:00 2001 From: buaa20241069 <986907818@qq.com> Date: Sun, 12 Mar 2023 12:47:29 +0800 Subject: [PATCH 1/2] Update Function-20351005.py --- Function-20351005.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Function-20351005.py b/Function-20351005.py index ee9e856..16b7a64 100644 --- a/Function-20351005.py +++ b/Function-20351005.py @@ -1 +1,2 @@ -print('My Student_ID is 20351005') \ No newline at end of file +print('My Student_ID is 20351005') +print('My Name is xjx') \ No newline at end of file From 3d7255eafa8921ba70d7f6b11418fe41268e44ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E8=80=80=E5=9D=A4?= <20241085> Date: Sun, 12 Mar 2023 11:54:39 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 779a099..ca9ee31 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,4 @@ +# main.py 文件的内容修改为 import os -os.system('python Function-20241069.py') - +os.system('python Function-20241085.py') +os.system('echo Feature-20241085') \ No newline at end of file