Backslashes can also be used to escape tabs, arbitrary Unicode characters, and various other things that can't be reliably print | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Backslashes can also be used to escape tabs, arbitrary Unicode characters, and various other things that can't be reliably print

What these mean

1st Mar 2018, 12:53 PM
Bibek
Bibek - avatar
2 Answers
0
that when you use print statement you can use \ in the string to output tabs(example: four spaces in code, indentation), unicode characters(arrows, smileys etc) and other things that you can't print that well(backslash itself, etc)
1st Mar 2018, 2:46 PM
Markus Kaleton
Markus Kaleton - avatar
0
Backslashes can also be used to escape tabs, arbitrary Unicode characters, and various other things that can't be reliably printed. These characters are known as escape characters.
26th Jun 2020, 6:25 PM
Hacker Tamil Tamila
Hacker Tamil Tamila - avatar