From d152d127825aabefd50a60b61740fcb2f5eb046c Mon Sep 17 00:00:00 2001 From: Dmt3tian Date: Sun, 28 Sep 2025 19:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=94=E5=AD=90=E6=A3=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 五子棋.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/五子棋.py b/五子棋.py index 08ae3f0..6866175 100644 --- a/五子棋.py +++ b/五子棋.py @@ -196,4 +196,6 @@ def main(): clock.tick(60) if __name__ == "__main__": - main() \ No newline at end of file + main() +print("what happend?") + \ No newline at end of file