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] 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