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

Add files via upload #22

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

Add files via upload #22

wants to merge 6 commits into from

Conversation

Eflalkryz
Copy link

No description provided.

Copy link
Owner

@canbula canbula left a comment

Choose a reason for hiding this comment

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

Remove the special Turkish characters from the filename. Also remove the try block.

Copy link
Owner

@canbula canbula left a comment

Choose a reason for hiding this comment

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

Eflal, if you add a line like you did with replace_center_with_minus_one(5, 9, 3), when someone imports your code then this line automatically runs. We don't want it. Remove this line or change as it is given below:

if __name__ == "__main__":
    replace_center_with_minus_one(5, 9, 3)

Copy link
Owner

@canbula canbula left a comment

Choose a reason for hiding this comment

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

Remove the line with print.

Copy link
Owner

@canbula canbula left a comment

Choose a reason for hiding this comment

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

Your code fails in some tests.

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