diff --git a/Function-20375182.py b/Function-20375182.py index 9a63ac6..4b6fd4f 100644 --- a/Function-20375182.py +++ b/Function-20375182.py @@ -1,2 +1,3 @@ -# Function-学号.py 文件的内容修改为 -print('My Student_ID is 20375182') \ No newline at end of file +Function-学号.py 文件的内容修改为 +print('My Student_ID is 20375182') +print('My Name is 徐富豪') \ No newline at end of file diff --git a/Function-20375212.py b/Function-20375212.py new file mode 100644 index 0000000..e7f0242 --- /dev/null +++ b/Function-20375212.py @@ -0,0 +1,2 @@ +print('My Student_ID is 20375212') +print('My name is 张逸君') \ No newline at end of file diff --git a/Function-20376388.py b/Function-20376388.py new file mode 100644 index 0000000..f4c335b --- /dev/null +++ b/Function-20376388.py @@ -0,0 +1 @@ +print('My Student_ID is 20376388') \ No newline at end of file diff --git a/Function-21371444.py b/Function-21371444.py index cb75b44..21c7c69 100644 --- a/Function-21371444.py +++ b/Function-21371444.py @@ -1,2 +1,3 @@ # Function-学号.py 文件的内容修改为 -print('My Student_ID is 21371444') \ No newline at end of file +print('My Student_ID is 23171444') +print('My Name is 曹月耀') \ No newline at end of file diff --git a/Function-21373104.py b/Function-21373104.py index 7aab45b..b4e8409 100644 --- a/Function-21373104.py +++ b/Function-21373104.py @@ -1,2 +1,3 @@ # Function-学号.py 文件的内容修改为 -print('My Student_ID is 21373104') \ No newline at end of file +print('My Student_ID is 21373104') +print('My Name is 吕超凡') \ No newline at end of file diff --git a/main.py b/main.py index e69de29..169e045 100644 --- a/main.py +++ b/main.py @@ -0,0 +1,5 @@ +# main.py 文件的内容修改为 +import os +os.system('python Function-21373104.py') + +