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

Icons of head and tail coins caused the error "W605 invalid escape sequence '\ '" #2

Closed
RoBizMan opened this issue Apr 13, 2024 · 1 comment

Comments

@RoBizMan
Copy link
Owner

No description provided.

@RoBizMan
Copy link
Owner Author

The escape character '' was used instead of the backslash '\', which was why the error was shown in the CI Python Linter. Also, using the '' did not render the output of the coin toss correctly. Therefore, they were replaced with '\' to eliminate this error and the print output rendered coins correctly.

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

No branches or pull requests

1 participant