diff --git a/Function-21371188.py b/Function-21371188.py new file mode 100644 index 0000000..f2f46f9 --- /dev/null +++ b/Function-21371188.py @@ -0,0 +1 @@ +print('我的学号是21371188') \ No newline at end of file diff --git a/Function-21371258.py b/Function-21371258.py new file mode 100644 index 0000000..fdbcdc3 --- /dev/null +++ b/Function-21371258.py @@ -0,0 +1 @@ +print('My Student_ID is 21371258') \ No newline at end of file diff --git a/Function-21371274.py b/Function-21371274.py new file mode 100644 index 0000000..9f7e01a --- /dev/null +++ b/Function-21371274.py @@ -0,0 +1,2 @@ +# Function-学号.py 文件的内容修改为 +print('My Student_ID is 21371274') \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..069aab5 --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +import os +os.system('python Function-21371188.py') \ No newline at end of file