From 283bba44697a9df27cf5c1703c7c3ba257fa5692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=91=AB=E5=AE=87?= <20241027> Date: Mon, 13 Mar 2023 17:54:13 +0800 Subject: [PATCH 1/2] change main.py --- .idea/BUAA-SE-2023-Lab01-Group9-remake.iml | 2 +- main.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.idea/BUAA-SE-2023-Lab01-Group9-remake.iml b/.idea/BUAA-SE-2023-Lab01-Group9-remake.iml index c8aecfd..d0876a7 100644 --- a/.idea/BUAA-SE-2023-Lab01-Group9-remake.iml +++ b/.idea/BUAA-SE-2023-Lab01-Group9-remake.iml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/main.py b/main.py index e69de29..ce14aac 100644 --- a/main.py +++ b/main.py @@ -0,0 +1,2 @@ +import os +os.system('python Function-20241027.py') \ No newline at end of file From b91f014303be23378a8fcfac84d64ab627ac6598 Mon Sep 17 00:00:00 2001 From: buaa20241032 <20241032> Date: Mon, 13 Mar 2023 17:58:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=84=E5=91=98=E5=9C=A8=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=B0=86=20Student-=E5=AD=A6=E5=8F=B7=20=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=90=88=E5=B9=B6=E5=88=B0=20dev=20=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index e69de29..d13613a 100644 --- a/main.py +++ b/main.py @@ -0,0 +1,2 @@ +import os +os.system('python Function-20241032.py') \ No newline at end of file