From c508050eacb65ff898a6c1c2bae96e1c206a5f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9E=97=E6=A5=A0?= <1094620345@qq.com> Date: Sat, 11 Mar 2023 17:30:14 +0800 Subject: [PATCH 1/2] 20376388 --- Function-20376388.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Function-20376388.py b/Function-20376388.py index f4c335b..eff4899 100644 --- a/Function-20376388.py +++ b/Function-20376388.py @@ -1 +1,2 @@ -print('My Student_ID is 20376388') \ No newline at end of file +print('My Student_ID is 20376388') +print('My Name is 梁林楠') \ No newline at end of file -- 2.34.1 From 81c947b10a1a09a746f9da990e70f35f1f13cc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9E=97=E6=A5=A0?= <1094620345@qq.com> Date: Mon, 13 Mar 2023 08:46:28 +0800 Subject: [PATCH 2/2] 222 --- Function-20376388.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Function-20376388.py b/Function-20376388.py index eff4899..f6aa503 100644 --- a/Function-20376388.py +++ b/Function-20376388.py @@ -1,2 +1,4 @@ -print('My Student_ID is 20376388') -print('My Name is 梁林楠') \ No newline at end of file +# main.py 文件的内容修改为 +import os +os.system('python Function-学号.py') +os.system('echo Feature-学号') \ No newline at end of file -- 2.34.1