What does escape mean | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does escape mean

31st Dec 2016, 8:47 PM
Abe Alonso
Abe Alonso - avatar
2 Answers
+ 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.
1st Jan 2017, 9:40 AM
ifl
ifl - avatar
0
Use a dictionary? Else try adding detail to the question.
31st Dec 2016, 9:41 PM
Dao
Dao - avatar