What do you understand by \n and \t and what are these called as ?
Answers
Answered by
0
Answer:
\n : (new line) It is a separator used to print next value in next line.
\t : (tab) It is a separator used to print the next value after many tab spaces.
These are called as separators.
There r different types of separators used in Python language:
(,) comma
(\n) new line
(\t) tab
Similar questions