-
Notifications
You must be signed in to change notification settings - Fork 33
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
SyntaxError when expression has "lambda" or λ #50
Comments
@emetor did you encounter this too ? |
Yes, I can confirm!
|
Okay, then the Line 25 in 43264d1
|
SyntaxError when expression has "lambda" or λ #50
Thank you very much @heyeshuang for pointing this out. It is now fixed (also lambda). Lines 25 to 26 in 1088512
|
Hello, when I tried to run
It threw a
SyntaxError: invalid syntax
.I think it might because
lambda
is a reserved word of python.The text was updated successfully, but these errors were encountered: