Skip to content

Тетюхин. Task 1#1

Open
MaximTetuchin wants to merge 6 commits into
mainfrom
task1
Open

Тетюхин. Task 1#1
MaximTetuchin wants to merge 6 commits into
mainfrom
task1

Conversation

@MaximTetuchin
Copy link
Copy Markdown
Owner

No description provided.

@MaximTetuchin MaximTetuchin changed the title Task1 Тетюхин. Task 1 Oct 3, 2025
@MaximTetuchin MaximTetuchin requested a review from Krekep October 3, 2025 12:23
Copy link
Copy Markdown
Collaborator

@Krekep Krekep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Необходимы исправления, нет описания к PR

@@ -0,0 +1,129 @@
def matrix_add(matrix1, matrix2):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Отсутствуют typehints

return [list(row) for row in zip(*matrix)]


class Matrix:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем Вам реализация через класс и через функции?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants