Skip to content

Conversation

iezkiil
Copy link

@iezkiil iezkiil commented Dec 28, 2022

Основы языка Python
Урок 7. ООП. Продвинутый уровень.

Основы языка Python
Урок 7. ООП. Продвинутый уровень.
matrix_sum = matrix_1 + matrix_2
print(type(matrix_sum))
print(f'сумма двух матриц {matrix_sum}')

Choose a reason for hiding this comment

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

выполнено

print(f'общий расход ткани составил {coat_1 + suit_1:.2f}')

print('------------------------------------------------------------------------------------------')

Choose a reason for hiding this comment

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

выполнено

print(result_cell)

cell_1.make_order()
cell_2.make_order()

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