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

Prints are invalid in Phyton 3.0 #83

Open
letrape opened this issue Jun 3, 2016 · 1 comment
Open

Prints are invalid in Phyton 3.0 #83

letrape opened this issue Jun 3, 2016 · 1 comment

Comments

@letrape
Copy link

letrape commented Jun 3, 2016

Today i am trying to run the py file finding some problems with print , the reason is that in Python 3.0 print are now a function that means that you need to use "(,)"

@arpit1997
Copy link

@letrape that you are saying is totally correct and valid that print statements are now called as a function rather than statement. but you should keep in mind that this project was built using python2 may be you should consider changing the title of issue #83 from prints are invalid to "Port to python3" or something that would be very meaningful and less ambigous. Also correct the typo in "Phyton"

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

2 participants