@ -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)]
The note is not visible to the blocked user.