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

Homework 8 Fadeev #15

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

Conversation

egorfw
Copy link

@egorfw egorfw commented Feb 20, 2022

Извините за задержку в отправке домашних заданий. Катастрофически ничего не успеваю. Прошу проверите д/з к 8-му уроку. Все задания выполнены (кроме *)

:return: {'username': <значение до символа @>, 'domain': <значение за символом @>} | ValueError
"""
RE_MAIL = re.compile(r'(?:^[0-9a-zA-Z+_.-]+)|(?:[0-9a-zA-Z+_.-]+\.\w{2,3}$)')
pass # пишите реализацию здесь
Copy link
Owner

Choose a reason for hiding this comment

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

эту строку после внесения кода можно удалить

Comment on lines +28 to +32
def calc_cube(*numbers):
'''
Функция, проверяющая принадлежность входных аргументов calc_cube к целочисленному типу.
'''
return [x ** 3 for x in numbers]
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