From 77fd09e6d2f60d592130ed31f3aee6447ef84913 Mon Sep 17 00:00:00 2001 From: dingshuo Date: Sun, 15 Mar 2026 12:27:43 +0800 Subject: [PATCH] Update test_demo/demo_flaws.py --- test_demo/demo_flaws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_demo/demo_flaws.py b/test_demo/demo_flaws.py index 57a7308..ce7f6d6 100644 --- a/test_demo/demo_flaws.py +++ b/test_demo/demo_flaws.py @@ -34,7 +34,7 @@ def long_line(): def missing_spaces(): """缺少必要空格""" x=1+2 - y=3*4 + y=3*99 if x==1: print(x)