From 004736f534e480a88274d47ead3c0825ef2a51bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=20=E2=84=96=207=20=D0=B0=D1=83=D0=B4=D0=B8?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D0=B8=20=D0=96-115?= Date: Fri, 5 Dec 2025 11:13:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=BA=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA8/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA8/test.md b/TEMA8/test.md index c889095..4be0306 100644 --- a/TEMA8/test.md +++ b/TEMA8/test.md @@ -23,7 +23,7 @@ """ y = [] for xi in x: - if -B <= xi <= B: + if -B <= xi <= B: y.append(0) elif xi > B: y.append(xi - B)