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

Dz2 #1277

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Dz2 #1277

wants to merge 2 commits into from

Conversation

OkolinDev
Copy link

No description provided.

func()

# Проверка деления на 0 меня смущает. Ничего, что несколько блоков try/except в одной функции?
# это не увеличит время исполнения кода?
Copy link
Owner

Choose a reason for hiding this comment

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

валидацию делать нужно
иначе будет ошибка



number = int(input(' Введите число: '))
print(f'Количество четных и нечетных цифр в числе равно: {func(number)}')
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено как в примере



number = int(input("Введите число: "))
print(revers_numb(number))
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено как в примере



count = int(input('Введите количество элементов: '))
print(f'Количество элементов - {count}, их сумма - {func(count)}')
Copy link
Owner

Choose a reason for hiding this comment

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

выполнено как в примере

else:
print('Загаданное число больше')
func(count + 1, number)
func(1, random.randint(0, 100))
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