-
Notifications
You must be signed in to change notification settings - Fork 136
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
Syntax Error #293
Comments
Python has a distinction between This is the REPL equivalent to what you asked rust-cpython to do:
I follow the extend, don't embed philosophy for combining Python with other languages, so, off the top of my head, I don't know how to exec. EDIT: I believe what you're looking for is |
|
It depends on what you're trying to do but, typically, I'd go:
|
I run this little snipped
And this is the result:
Where is the invalid syntax coming from?
if i copy paste the code into a python repl, it executes.
The text was updated successfully, but these errors were encountered: