0
String: Backslash concept in Python
What is the use of backslashes in strings?
5 Answers
+ 1
Backslashes in strings are used to represent escape sequences, or characters you can't easily type on your keyboard or just to generally make everything easier.
One example is \n, the new line character.
Is there anything else you don't understand?
0
You probably made this post because you didn't understand the topic in the tutorial.
What exactly do you not understand about that?
Please clarify, so that we don't just repeat the info here.
0
In tutorial not clear about this topic of you know this kindly help please
0
I did not get the use of back slash
0
Ty