0

Can someone explain the use of "\t" in python?

Please help I'm new to python!!

28th Aug 2020, 6:13 AM
Risko
Risko - avatar
2 Réponses
+ 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
28th Aug 2020, 6:24 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Ok.
28th Aug 2020, 6:32 AM
Risko
Risko - avatar