-
Notifications
You must be signed in to change notification settings - Fork 73
Основы языка Python. Итоговый проект #128
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
base: master
Are you sure you want to change the base?
Conversation
файл final_project_4-6.py создает в текущей директории подпапки и файлы .txt
|
||
print(Date.check_input('31-12-2202-5')) | ||
|
||
print('------------------------------------------------------------------------------------------') |
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.
выполнено
корректно обработать эту ситуацию и не завершиться с ошибкой. | ||
""" | ||
|
||
class self_exception(Exception): |
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.
self_exception
нарушение пеп-8 в именах классов
break | ||
print(new_array) | ||
|
||
print('------------------------------------------------------------------------------------------') |
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.
stop_exception
также
|
||
bcn_sants.upload_warehouse('05.01.2023') #осуществляем поставку на склад | ||
|
||
bcn_sants.download_warehouse('HP', '3322') #проверяем возможность отгрузки со склада |
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.
выполнено
файл final_project_4-6.py создает в текущей директории подпапки и файлы .txt