print(‘ b ‘\xe5\x9c\ x93\xe7\x8e\ xe6\x97\xb6’. Decode ‘GBK’)
SyntaxError:
SyntaxError: unexpected character after line character
Modify it:
Print (b ‘\xe5\x9c\xa3\ x98\x93\xe7\x8e\ xe6\x97\xb6’. Decode ‘GBK’)
passed.
turned out to be the result of the addition of an extra pair of ‘s to b’ \xe5\x9c\ xe6\ x93\xe7\x8e\ xe6\x97\xb6 ‘.
Read More:
- Solving syntax error: unexpected character after line continuation character
- modelsim Error: (vlog-13067) Syntax error, unexpected non-printable character.
- Front end project construction error unexpected character ‘@’ solution
- Syntax error: invalid character in identifier
- Compiler error message: cs1056: unexpected character handling
- ASP.NET How to deal with “unexpected character” when writing code
- Error reported in Python: syntax error: invalid character in identifier
- Solution to the problem that SQL database query result field contains new line character, which leads to copy to excel dislocation
- error C2137: empty character constant
- “Unexpected syntax error: unexpected identifier”.
- MySQL modify character set
- cvc-complex-type.2.3: Element ‘beans’ cannot have character [children]
- Python’s json.loads Invalid control character
- Solve the problem of syntax error: unexpected end of file or syntax error near unexpected token ` fi ‘error
- The meaning of escape character is’ ^] ‘prompted by telnet under linux / Unix
- Illegalargumentexception: control character in cookie value or attribute tomcat7
- Java.lang.Character . isdigit() and isletter() methods
- Java prompt unmappable character for encoding solution
- Java String.split () special character processing