Skip to content

ДЗ Урок 7#127

Open
iezkiil wants to merge 1 commit into
Kartavec:masterfrom
iezkiil:lesson_7
Open

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

Conversation

@iezkiil
Copy link
Copy Markdown

@iezkiil iezkiil commented Dec 28, 2022

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

Основы языка Python
Урок 7. ООП. Продвинутый уровень.
Comment thread lesson_7.py
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.

выполнено

Comment thread lesson_7.py
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.

выполнено

Comment thread lesson_7.py
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