2 odpowiedzi
+ 8
This is basic question you can find answer of this question on google or solo lessons dont post on discussion forum . Ask here only programming related doubts.
In Python strings, the backslash "\" is a special character, also called the "escape" character. It is used in representing certain whitespace characters: "\t" is a tab, "\n" is a newline, and "\r" is a carriage return
0
Ok.