0
What does escape mean
2 Réponses
+ 1
In python and other programming language , escaping a character is to precede it with '\" to change the character meaning in a string:
\n means 'new line' (rather than n)
in " string\"abc\" " , the double quotes around 'abc' are escaped so that they are not confused with the end of string.
0
Use a dictionary? Else try adding detail to the question.