@ -62,6 +62,7 @@ def transpose_table(table: list)-> list:
новая самаяяяяяя
def transpose_table(table: list) -> list:
return [list(row) for row in zip(*table)]
table1 = [
[1, 2, 3],
The note is not visible to the blocked user.