Skip to content

lesson_12#696

Open
dychomon wants to merge 1 commit intojedzej:masterfrom
dychomon:kuszcjan/lesson_12_debbuging
Open

lesson_12#696
dychomon wants to merge 1 commit intojedzej:masterfrom
dychomon:kuszcjan/lesson_12_debbuging

Conversation

@dychomon
Copy link
Contributor

No description provided.

if toss == guess:
print('You got it!')
else:
print('Nope. You are really bad at this game.') 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

level = verbose
set_verbose_level(level)
combined_validator(email, number, code, password)
write_csv("test.csv", "test.csv") 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, level = check_args()
set_verbose_level(level)
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

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