From c674f546105448b40f46e854599779f12bb6c44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=82=D0=B2=D0=B5=D0=B9=20=D0=9A=D0=B0=D1=80?= =?UTF-8?q?=D0=B0=D1=87=D0=B5=D0=B2?= Date: Fri, 8 May 2026 17:38:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2b1d1..7350531 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,5 @@ assert normalize_list([0, 10]) == [0.0, 1.0] assert normalize_list([]) == [] assert normalize_list([-5, 0, 5]) == [0.0, 0.5, 1.0] -print("Все тесты пройдены!") \ No newline at end of file +print("Все тесты пройдены!") +