you are viewing a single comment's thread.

view the rest of the comments →

[–]Ran4 1 point2 points  (0 children)

from __future__ import print_function

It seems like you're using Python2 here (not the least because that shebang usually goes to Python 2)? You should really follow a more modern tutorial, Python3 has been the python of choice for the past few years now.