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

Tiny fix error "SyntaxError: invalid escape sequence '\%'" #26

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

Conversation

fzyzcjy
Copy link

@fzyzcjy fzyzcjy commented Aug 5, 2024

The original code gives syntax error:

E     File "math_equivalence.py", line 110
E       string = string.replace("\%", "")
E                               ^^^^
E   SyntaxError: invalid escape sequence '\%'

I guess it means "%" so made this tiny change. Please correct me if I am wrong!

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.

1 participant