Login
Remember
Register
Ask a Question
Which statements prevent the escape sequence interpretation?
0
votes
asked
Jun 24, 2020
in
Python
by
Robindeniel
Which statements prevent the escape sequence interpretation?
col1\tcol2\tcol3\t
subtext'col\tcol2\tcol3\t'
r'col\tcol2\tcol3\t'
escape'col\tcol2\tcol3\t'
#python-sequence
#sequence-python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 25, 2020
by
SakshiSharma
r'col\tcol2\tcol3\t'
...