From c94dd847981742b0d2be6afc9b16edbbed8c15c5 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:44:14 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7350531..069ade8 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,12 @@ assert normalize_list([]) == [] assert normalize_list([-5, 0, 5]) == [0.0, 0.5, 1.0] print("Все тесты пройдены!") +yjdfz + + + +yновая + +def transpose_table(table: list)-> list: + return [list (row) for row in zip*(table)]