0 votes
in Python by
Which statements prevent the escape sequence interpretation?

col1\tcol2\tcol3\t

r'col\tcol2\tcol3\t'

subtext'col\tcol2\tcol3\t'

escape'col\tcol2\tcol3\t'

Related questions

+1 vote
asked Jul 16, 2020 in Python by GeorgeBell
0 votes
asked Jul 16, 2020 in Python by GeorgeBell
...