Skip to content

Выпонила задание 3го Спринта#1

Open
LobanovaLM wants to merge 1 commit intomainfrom
develop
Open

Выпонила задание 3го Спринта#1
LobanovaLM wants to merge 1 commit intomainfrom
develop

Conversation

@LobanovaLM
Copy link
Owner

No description provided.

total = []

for item_name in self.__name_items:
if item_name in self.__item_price:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это мы проверяем при добавлении в name_items

if not isinstance(telephone_number, int):
raise ValueError('Необходимо ввести цифры')
# Логично проверить, что длина не равна 10 и вывести исключение
if len(str(telephone_number)) != 10:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно исправить: в задании указано "более 10"

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