From 4832e6521648824649129314a6f2a29eb74c0c85 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:47:00 +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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 069ade8..a5812fa 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,16 @@ yновая def transpose_table(table: list)-> list: return [list (row) for row in zip*(table)] + + + + + +новая самаяяяяяя + + return [list(row) for row in zip(*table)] +table1 = [ + [1, 2, 3], + [4, 5, 6] +] +print(transpose_table(table1))