-
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
Урок_8 #1810
base: master
Are you sure you want to change the base?
The head ref may contain hidden characters: "\u0423\u0440\u043E\u043A_8"
Урок_8 #1810
Conversation
|
||
|
||
Data.make_attributes("10-04-2023") | ||
print(Data.validate()) |
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.
выполнено
except MyException as err: | ||
print(err) | ||
else: | ||
print(f'result of devision is {number/devider:.2f}') |
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.
выполнено
except MyException as err: | ||
print(err) | ||
|
||
print(final_list) |
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.
выполнено
stock.take_of_item(pr2) | ||
print(stock.show_equipment()) | ||
except (NoSpace, UnknownItem) as e: | ||
print(e) |
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.
выполнено
c1 = Complexus('5-7i') | ||
c2 = Complexus('4-5i') | ||
print(f"sum of c1 and c2 will be {c1 + c2}") | ||
print(f"multiplication of c1 and c2 will be {c1 * c2}") |
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.