use of print statement
gregbo opened this issue · 2 comments
gregbo commented
To be compatible with newer Python versions, I suggest using the print builtin function instead.
xorrkaz commented
Most, if not all, of these samples were written for Python 2.7 where print 'string'
was allowed. If you want to submit a PR to futurize the modules, we'd appreciate it.
xorrkaz commented
Thanks for the PR!