Обновить README.md

This commit is contained in:
Матвей Карачев 2026-05-08 17:47:32 +00:00
parent 4832e65216
commit e4f8b9bf6a

View File

@ -62,6 +62,7 @@ def transpose_table(table: list)-> list:
новая самаяяяяяя новая самаяяяяяя
def transpose_table(table: list) -> list:
return [list(row) for row in zip(*table)] return [list(row) for row in zip(*table)]
table1 = [ table1 = [
[1, 2, 3], [1, 2, 3],