From 28a57b8ab789fa36f903906dc473e7ee2dd6b6a1 Mon Sep 17 00:00:00 2001 From: ltt <1848245728@qq.com> Date: Tue, 22 Jul 2025 17:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=AF=B9src/additio?= =?UTF-8?q?ns/test=5Fgenerators.py=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/additions/test_generators.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/additions/test_generators.py b/src/additions/test_generators.py index 6b2f2736..d66a0133 100644 --- a/src/additions/test_generators.py +++ b/src/additions/test_generators.py @@ -37,3 +37,6 @@ def test_generators(): assert 0 <= random_number <= 10 else: assert 10 <= random_number <= 20 + +la=[1,2,3,4] +print(la) \ No newline at end of file