From ee2a18c0c4935ed345fb8c37215c2fd1887603e5 Mon Sep 17 00:00:00 2001 From: JackH <1620514129@qq.com> Date: Thu, 3 Jul 2025 23:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day4/TODO.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/day4/TODO.py b/day4/TODO.py index c02b7f1..5936270 100644 --- a/day4/TODO.py +++ b/day4/TODO.py @@ -12,4 +12,5 @@ for i in list: continue; else: print('未尽之事:',list) - break; \ No newline at end of file + break; +#为什么没用到i也可以用i来进行循环 \ No newline at end of file