From 71173c42f6aaa0df62028461ccf50f4f2d873a06 Mon Sep 17 00:00:00 2001 From: TimoshenkoAA Date: Sun, 26 Oct 2025 18:13:18 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'TEMA6/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA6/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA6/report.md b/TEMA6/report.md index 86964b8..06b2f3a 100644 --- a/TEMA6/report.md +++ b/TEMA6/report.md @@ -585,7 +585,7 @@ write(text, /) method of _io.TextIOWrapper instance >>> sps2 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] ``` -Это list comprehension, который у кажлого элемента sps1 убирает лишние пробелы с обеих +Это list comprehension, который у каждого элемента sps1 убирает лишние пробелы с обеих сторон (в этом отличие rstrip от strip). Затем полученная строка конвертируется в число.