From 4b9b67f066692eaa7f056088a579a5c5fd9fc62b Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Sat, 6 Jul 2024 15:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=84=9A=E6=9C=AC=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.py b/test.py index 9ede1e1..419668e 100644 --- a/test.py +++ b/test.py @@ -15,3 +15,7 @@ def main(): i += 1 except Exception: print(i) + + +if __name__ == '__main__': + main()