馃憠 python test.py
File "/test.py", line 1
"\N{a}"
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-4: unknown Unicode character name
Here the caret is pointing to blackspace after the code
Expected
馃憠 python test.py
File "/test.py", line 1
"\N{a}"
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-4: unknown Unicode character name
"\N{a}"Here the caret is pointing to blackspace after the code
Expected