diff --git a/Function-20241077.py b/Function-20241077.py new file mode 100644 index 0000000..605c8d5 --- /dev/null +++ b/Function-20241077.py @@ -0,0 +1,2 @@ +# Function-学号.py 文件的内容修改为 +print('My Student_ID is 20241077') \ No newline at end of file diff --git a/Function-20241085.py b/Function-20241085.py new file mode 100644 index 0000000..432310d --- /dev/null +++ b/Function-20241085.py @@ -0,0 +1 @@ +print('My Student_ID is 20241085') diff --git a/Function-20351005.py b/Function-20351005.py new file mode 100644 index 0000000..ee9e856 --- /dev/null +++ b/Function-20351005.py @@ -0,0 +1 @@ +print('My Student_ID is 20351005') \ No newline at end of file diff --git a/Function-20374319.py b/Function-20374319.py new file mode 100644 index 0000000..27f6680 --- /dev/null +++ b/Function-20374319.py @@ -0,0 +1,2 @@ +# Function-学号.py 文件的内容修改为 +print('My Student_ID is 20374319') \ No newline at end of file diff --git a/README.md b/README.md index 7e681ad..945cac4 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # BUAA-SE-2023-Lab01-Group5 +SoftWare is so Funny! + diff --git a/main.py b/main.py new file mode 100644 index 0000000..876760b --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +import os +os.system('python Function-20241069.py') \ No newline at end of file