Let's try and stay python 2/3 compatible (or at least python 3 compatible).
You can use from __future__ import print_function in python 2 and then print(...).
Let's try and stay python 2/3 compatible (or at least python 3 compatible).
You can use `from __future__ import print_function` in python 2 and then `print(...)`.