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

Basic Python 2 print syntax #178

Closed
JukkaL opened this issue Jul 3, 2013 · 0 comments
Closed

Basic Python 2 print syntax #178

JukkaL opened this issue Jul 3, 2013 · 0 comments
Labels

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Jul 3, 2013

Support simple Python 2 print statements. This issue covers these cases:

print e         # single expression
print e2, e2    # multiple expressions
print e2,       # trailing comma
@JukkaL JukkaL closed this as completed Jul 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant