Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ChintsovAndrey
Copy link

No description provided.



Data.make_attributes("10-04-2023")
print(Data.validate())
Copy link
Owner

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}')
Copy link
Owner

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)
Copy link
Owner

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)
Copy link
Owner

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}")
Copy link
Owner

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