Closed m-8k closed 3 years ago
Currently, the Python translator requires Python 2 to run (for instance, the print statement is used).
print
Since Python 2 is no longer supported, it would be great if the translator scripts were compatible with Python 3.
Indeed, this is long overdue... please see #192
This is now merged it.
Currently, the Python translator requires Python 2 to run (for instance, the
print
statement is used).Since Python 2 is no longer supported, it would be great if the translator scripts were compatible with Python 3.