+ 1

I am confused, could anyone tell me what does the "/n" means?

Does it means starting a new line in the presentation?

14th Jul 2016, 10:00 AM
A.L
A.L - avatar
10 odpowiedzi
+ 5
it means that you get in a new line. like when you type ("hello world") it will output as hello world but when you type ("hello\nworld") it will output as hello world
14th Jul 2016, 12:35 PM
hiba hasib
hiba hasib - avatar
+ 3
Use the backslash \n not this /n
15th Jul 2016, 7:20 PM
Abhishek bhalerao
Abhishek bhalerao - avatar
+ 2
/n used for create new line in programing. if gonna type print("hello /n world").the word ""hello" will print in first line .then next new line will be "world"
14th Jul 2016, 10:52 AM
jagadish
+ 2
welcome
14th Jul 2016, 11:12 AM
jagadish
+ 2
/n does not have any special meaning. it should be \n for new line
15th Jul 2016, 6:40 AM
Sathyanarayana Hadadi
Sathyanarayana Hadadi - avatar
+ 1
So when a three quote sign with multiple lines in it is using in the Python grammar, it will print directly as multiple line…?The same as using "/n", isn't it?
14th Jul 2016, 11:00 AM
A.L
A.L - avatar
+ 1
yea
14th Jul 2016, 11:08 AM
jagadish
0
I got it, thx bro.
14th Jul 2016, 11:11 AM
A.L
A.L - avatar
0
yes
4th Aug 2016, 4:23 AM
Narek Tonoyan
Narek Tonoyan - avatar
0
It is used to break the sentence and start a new line. And its "\n" not "/n"
4th Aug 2016, 4:51 AM
Abhishek bhalerao
Abhishek bhalerao - avatar