Skip to content

lesson_11#678

Open
dychomon wants to merge 2 commits intojedzej:masterfrom
dychomon:kuszcjan/lesson_11_argparse_and_math
Open

lesson_11#678
dychomon wants to merge 2 commits intojedzej:masterfrom
dychomon:kuszcjan/lesson_11_argparse_and_math

Conversation

@dychomon
Copy link
Contributor

@kuszcjan lesson_11

if __name__ == '__main__':
prefix, directory = check_args()
pattern = re.compile(prefix + r'.*(\d{3})')
fill_the_gaps(directory) No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

W292 no newline at end of file


if __name__ == '__main__':
regex, directory = check_args()
regex_search(regex, directory) No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

W292 no newline at end of file


if __name__ == '__main__':
source, destination, extension = check_args()
selective_copy(source, destination, extension) No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

W292 no newline at end of file

@kuszcjan kuszcjan changed the title lesson_10 lesson_11 Jul 24, 2018
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