0

What is \n. Is used for plz help me

4th Sep 2018, 3:05 PM
Darpan Kushwaha
Darpan Kushwaha - avatar
4 Answers
+ 2
in python \n stands for creating a new line in our code. e.g x=('hello\nworld') print(x) #output= hello world where the interpret find the \n in our code then it will automatically add new line in the place of \n in code.
4th Sep 2018, 4:37 PM
Maninder $ingh
Maninder $ingh - avatar
+ 1
It means New line in C# if you have some output it will put whatever after the \n on a new line. \t means tab.
4th Sep 2018, 3:46 PM
Alex
Alex - avatar
0
any answers plz
4th Sep 2018, 3:19 PM
Darpan Kushwaha
Darpan Kushwaha - avatar
- 1
It adds a line break I guess.
4th Sep 2018, 3:08 PM
SQL Guy