diff --git a/Function-21371058.py b/Function-21371058.py index 5a40be7..d410085 100644 --- a/Function-21371058.py +++ b/Function-21371058.py @@ -1,2 +1,2 @@ -# Function-学号.py 文件的内容修改为 -print('My Student_ID is 21371058') \ No newline at end of file +print('My Student_ID is 21371058') +print('My Name is 马潇') diff --git a/Function-21371278.py b/Function-21371278.py index 5e4f661..5fffd30 100644 --- a/Function-21371278.py +++ b/Function-21371278.py @@ -1 +1,2 @@ -print('My Student_ID is 21371278') \ No newline at end of file +print('My Student_ID is 21371278') +print('My name is 陈敬涛') \ No newline at end of file diff --git a/Function-21371489.py b/Function-21371489.py index 158cbaf..266e47e 100644 --- a/Function-21371489.py +++ b/Function-21371489.py @@ -1 +1,2 @@ -print('My Student_ID is 21371489') \ No newline at end of file +print('My Student_ID is 21371489') +print('My Name is 董景凡') \ No newline at end of file diff --git a/Student-21371483.py b/Student-21371483.py index 4096b7a..e39da38 100644 --- a/Student-21371483.py +++ b/Student-21371483.py @@ -1,2 +1,3 @@ # Function-学号.py 文件的内容修改为 print('My Student_ID is 21371483') +print('My Name is 钟鸣') diff --git a/main.py b/main.py index dcc2b9a..7e8fc6d 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,3 @@ import os os.system('python Function-21371112.py') - +os.system('echo Feature-21371112')