string = "\x22my quote\x22" print(string). You don't need to decode, Python 3 does that for you, but you need the correct control character ...
確定! 回上一頁