-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homework07 #1793
base: master
Are you sure you want to change the base?
Homework07 #1793
Conversation
# Conflicts: # Урок 1. Практическое задание/task_2.py
""" | ||
m = Matrix([[-1, 5, 5, 1], [10, 0, 5, 0]]) | ||
new_m = Matrix([[4, 0, 3, 2], [-2, 3, 2, 1]]) | ||
print(m + new_m) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
выполнено
Два класса: абстрактный и Clothes | ||
""" | ||
print(coat.consumption) | ||
print(costume.consumption) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
выполнено
print('Умножение:', cell_1 * cell_2) | ||
print('Деление:', cell_1 / cell_2) | ||
print('') | ||
print(cell_1.make_order(10)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
выполнено
No description provided.