Python 2.7 error encoding -
i'm having problem,
syntaxerror: non-ascii character no idea why i've tried
# -*- coding: utf-8 -*- for
"//r//n//r”
your problem in quotes. if closely you'll see closing quote ” not "
replacing line with: "//r//n//r" or '//r//n//r' should work.
Comments
Post a Comment