The escape character starts a sequence. So when Python sees the \ it begins looking forwards to the next character to read together with the \ ...
確定! 回上一頁