diff --git a/Feature-21371326.py b/Feature-21371326.py new file mode 100644 index 0000000..b781c57 --- /dev/null +++ b/Feature-21371326.py @@ -0,0 +1,2 @@ +print('My Student_ID is 21371326') +print('My Name is 杨一堂') \ No newline at end of file diff --git a/main.py b/main.py index cb73e25..4cd83f0 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,3 @@ import os -os.system('python Function-21371518.py') \ No newline at end of file +os.system('python Function-21371326.py') +os.system('echo Feature-21371326')