i was installing python 3.8.2 + visual studio code. when im done with step to installing python extension.
but when im try to code some print ('hello world')
things the linter pylint always showed up? and i got syntax error like this
SyntaxError: Non-UTF-8 code starting with '\xff' in file c:\Users\Dell on line 1
what shouold i do, master?