Skip to content

Instantly share code, notes, and snippets.

@bphermansson
Last active August 12, 2021 15:07
Show Gist options
  • Save bphermansson/f9d6e7c8d91b62e362b4c75aa3cc5b0b to your computer and use it in GitHub Desktop.
Save bphermansson/f9d6e7c8d91b62e362b4c75aa3cc5b0b to your computer and use it in GitHub Desktop.
@bphermansson
Copy link
Author

Hi!

This is because the script is written for Python 2.x and you probably are using 3.x. Just add parenthesis to the print statements to make it work:

print (x)

@vargatomy
Copy link

vargatomy commented Aug 12, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment