From b5102b6835dfc25908235299a91dde6ceca5ec44 Mon Sep 17 00:00:00 2001 From: dingshuo Date: Sun, 15 Mar 2026 12:28:42 +0800 Subject: [PATCH] Update test_demo/demo_flaws.py --- test_demo/demo_flaws.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test_demo/demo_flaws.py b/test_demo/demo_flaws.py index ce7f6d6..9e56786 100644 --- a/test_demo/demo_flaws.py +++ b/test_demo/demo_flaws.py @@ -31,12 +31,12 @@ def long_line(): # 缺陷9: 缺少空格 -def missing_spaces(): - """缺少必要空格""" - x=1+2 - y=3*99 - if x==1: - print(x) +# def missing_spaces(): +# """缺少必要空格""" +# x=1+2 +# y=3*99 +# if x==1: +# print(x) # 缺陷1: 未使用的导入 -- 2.49.1