Lexical analysis - String and Bytes literals — Python 3.9.7 documentation. s = 'a\tb\nA\tB' print(s) # a b # A B.
確定! 回上一頁