Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use print() function in both Python 2 and Python 3
Discovered via: __flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics__ Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
- Loading branch information