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 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 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') diff --git a/main.py b/main.py index d268c6c..ca7c54a 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,3 @@ import os -os.system('python Function-20231171.py') -os.system('echo Feature-20231171') \ No newline at end of file +os.system('python Function-20231161.py') +os.system('echo Feature-20231161')