Python For Linguists Flashcards

1
Q

Character sequence in a string to signify a tab

A

\t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Character sequence in a string to signify a new line

A

\n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Function to replace characters in a string with other characters

A

.replace( , )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly