Skip to content

ДЗ Урок 7#127

Open
iezkiil wants to merge 1 commit intoKartavec:masterfrom
iezkiil:lesson_7
Open

ДЗ Урок 7#127
iezkiil wants to merge 1 commit intoKartavec:masterfrom
iezkiil:lesson_7

Conversation

@iezkiil
Copy link
Copy Markdown

@iezkiil iezkiil commented Dec 28, 2022

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

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

Copy link
Copy Markdown

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('------------------------------------------------------------------------------------------')

Copy link
Copy Markdown

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()
Copy link
Copy Markdown

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