Skip to content

fix missing parenthesis for print for Python 3 compatiblity#3

Open
Twan-Reijinga wants to merge 1 commit intomodmypi:masterfrom
Twan-Reijinga:python3-parenthesis-fix
Open

fix missing parenthesis for print for Python 3 compatiblity#3
Twan-Reijinga wants to merge 1 commit intomodmypi:masterfrom
Twan-Reijinga:python3-parenthesis-fix

Conversation

@Twan-Reijinga
Copy link

In Python 3 print statements are replaced with print functions that require parenthesis.
Without those parenthesis the code won't execute in Python 3.
This code is still Python 2 compatible.

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