Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
does \n only generate a separate line when used in the print() function?
\n
line
new
python
strings
1 Vote
1 Réponse
30th Sep 2016, 3:05 AM
samuel wall
#include <stdio.h> int main() { int var1,var2; var1=10; var2=10; var2=2*(++var1+2) - 2*(--var1-2); printf("Var1=%d \n Var2=%
c
1 Vote
1 Réponse
25th Mar 2019, 10:17 PM
Gab
I'm confused about the triple quotations making \n in the output. What is it for?
python
strings
2 Votes
3 Réponses
17th Apr 2017, 3:57 PM
Jonathan Kressbach
While writing prinf("hello\n") what this \n do.even if I don't use it then also program runs
c
language
0 Vote
4 Réponses
29th Aug 2019, 4:56 AM
Prasanna kukade
\n giving syntax error in python. I want to print the values of variables in two separate lines
error
literal
python
strings
syntax
0 Vote
8 Réponses
3rd Jun 2018, 11:17 AM
Sujith
New line and Carriage Return using "\" -JS
\n
\r
1 Vote
2 Réponses
6th May 2018, 2:58 PM
Stan Berger
What does \n mean? In C++. I just can not remember and I can not find it
help
1 Vote
5 Réponses
17th Aug 2017, 6:15 PM
Jeronimo Smith
Where did I do wrong? It is showing error.. and why is it necessary to use \n here?
age
0 Vote
3 Réponses
12th Aug 2023, 7:40 AM
Sheetal
I don't know how to use \n , I mean at what place must it be used
python
strings
2 Votes
4 Réponses
2nd Feb 2018, 3:52 PM
piyush v
Это скорее не вопрос
\n
ruby
0 Vote
1 Réponse
15th Sep 2021, 10:10 AM
Разин Ярослав Александрович
How can I use the triple column '"" instead of \n in the program below
else-statements
0 Vote
1 Réponse
23rd Apr 2020, 11:33 PM
Ojo Sampson
With \n in the quotations how can you actually print “\n” without it creating a new line? C++
c++
question
2 Votes
1 Réponse
6th Dec 2021, 10:46 PM
Justin Whorl
Guys I need help I have homework and the dr wants A pyramid of numbers like this. 1\n 212\n 32123 , \n means new line
java
-3 Votes
14 Réponses
3rd Nov 2020, 7:20 PM
x _6rd
Why dont work "\n" in javascript.
\n
javascript
pleaseanswer
5 Votes
3 Réponses
17th Apr 2019, 6:21 AM
Ocram Co
How it works? Can we say that \n is short for null and \t is short for tab?
c#
0 Vote
2 Réponses
14th May 2022, 7:35 AM
أندريه
Like we use \n in C to change the line ....what is used in java 8?
java
0 Vote
2 Réponses
21st Apr 2017, 4:22 PM
Mayank Thakur
See the code in the Decription and tell why adding a " \ " results in printing of "\\n" ?
\n
cout
0 Vote
1 Réponse
17th Mar 2017, 9:16 PM
cool_boy12344
How do you document.write on multiple lines in javascript?
\n
html
javascript
0 Vote
4 Réponses
7th Apr 2019, 3:44 PM
TIB
Here is a quiz. The program needs for output the numbers 1 to 9, each on a separate line, followed by a dot: You can use the \n
"
-3 Votes
14 Réponses
4th Oct 2022, 10:50 AM
Raymond Kazungu
end = '\n' within input() functions
\n
python
strings
0 Vote
2 Réponses
21st Dec 2019, 11:00 PM
Alex Traynor
For getting a new line we have to put \n but it is not working in javascript of sololearn.Do you ever expirenced this here.
bug
javascript
sololearn
1 Vote
10 Réponses
1st Aug 2017, 4:48 AM
romer
print new line
\n
print
pyton
2 Votes
1 Réponse
17th Feb 2018, 11:48 PM
Денис «hauser» Тарасюк
Why is it that when you print a string that contains breaks or \n, multiply times,only the first copy goes a line down?
\n
help
pagebreak
0 Vote
3 Réponses
21st Apr 2019, 10:46 AM
Kristi Teneqexhi
What are comments, and what are there purpose also can u use endl and \n both in one
c++
0 Vote
2 Réponses
9th Feb 2017, 12:55 PM
sportlikestuna
How can i remove special symbols from string?
\n
sololearn
strings
-1 Vote
2 Réponses
3rd Mar 2022, 10:08 AM
Влад Пархомец
Why we used 'endl' for go new line whereas we have already \n best option for go new line. ?
d
0 Vote
3 Réponses
22nd Mar 2017, 10:28 AM
AMAN VERMA
I got a little stumped very early on with multiple lines, my python 3.9.1 on IDLE doesn't let me do it w/o using the \n
\n
lines
multiple
0 Vote
2 Réponses
8th Dec 2020, 9:57 AM
Jon Von Pecker Parry
What keyword can i use to get a space between words in my java output? ,e.g \n is for next line
java
spacing
1 Vote
2 Réponses
12th Jun 2020, 9:21 PM
Lawrence Eniola
What's the difference between endl and \n?
\n
c++
cout
endl
new_line
2 Votes
6 Réponses
25th Aug 2023, 10:44 PM
الحسين محمد عبدالله
Do i have to put a \n at the end of a comment then i can write the next command?
c++
comments
0 Vote
2 Réponses
17th Oct 2017, 6:09 PM
PulsaR_Da_BiGZee
Usage of Carriage Return (`\r')
\n
\r
carriagereturn
escapecharacters
newline
programming
3 Votes
9 Réponses
23rd May 2024, 2:44 AM
Konan
Como Continuar en la Mismo numero para Que no se Pase al 7 Estando en el 6 Cout c++ \n
c++
cout
-1 Vote
1 Réponse
9th Jan 2018, 3:32 PM
gregory
You need to make a program for a leaderboard. The program needs to output the numbers 1 to 9, each on a separate line,
\n
code
in
phython
-1 Vote
3 Réponses
24th Jun 2021, 5:38 PM
Lavesh Lingayat
When I apply the escape sequence \n im getting a compilation error. Please what can I do to move to the next lineddres
c++
0 Vote
3 Réponses
4th Mar 2017, 5:07 AM
Scooby Doo
Why I use \n in python to make 2 lines when I can use print many times to make 2 lines too ??
c
css
php
python
python3
0 Vote
3 Réponses
1st Dec 2017, 10:18 AM
Omar
What is cin.ignore(10, '\n') in C++?
\n
c++
cin
cin.ignore
1 Vote
3 Réponses
12th Aug 2017, 12:30 PM
Tech Piranja
How to remove the \r\n\r\n from my string output in python?
\n
\r
output
python
string
3 Votes
2 Réponses
10th Feb 2021, 11:40 AM
Maximilien
You can use the \n newline character to create line breaks, or, alternatively, create the desired output using three double quot
2
-1 Vote
1 Réponse
12th May 2021, 12:28 AM
Siva Kumar S
Why this is not different..?
\n
cpython
newline
python3
2 Votes
2 Réponses
6th Dec 2017, 4:43 PM
Bits!
How to create a new line in web browser with java script ?there is only created a space with \n in browser.
c
c++
java
javascript
php
0 Vote
2 Réponses
5th Jan 2018, 1:07 PM
Nitesh Bhootra
Is there any RegEx metacharacter that will match anything, including line breaks?
.
\n
expressions
javascript
js
metacharacter
regex
regular
13 Votes
11 Réponses
19th Dec 2018, 9:20 PM
Rowsej
Plzz tell me one thing if I want to run a print in a single line... Without line free \n what code I should used?
help
-1 Vote
1 Réponse
4th Aug 2019, 2:15 PM
Ateex Taseer
¿Por qué en php al utilizar el salto de línea <br> me funciona en el movil y en la web no y al usar el caracter \n en la web me
\n
<br>
español
php
0 Vote
2 Réponses
26th Feb 2021, 9:52 PM
Hugo Orlando Grández Pinedo
is it gonna be a problem in the future if i just use \n everytime i wanna write a something new instead of cout<<"" everytime
c++
cou
1 Vote
2 Réponses
14th Jan 2017, 3:10 AM
jonathin
What is the error in this code guess=int(input('i am taking no. between 1 and 101 \n enter guess between 1 and 101 : '))
python
0 Vote
1 Réponse
6th Mar 2019, 9:28 PM
smart dheeraj
Escaping characters problem
\n
characters
escape
python
python3
1 Vote
2 Réponses
20th Mar 2018, 10:12 PM
Andrei Cereanu
The program needs to output the numbers 1 to 9, each on a separate line, followed by a dot: 1. 2. 3. Using \n or """
beginers
for
python
0 Vote
2 Réponses
26th Apr 2022, 3:57 AM
Nibir Nath
How to use escape sequence in java to create multi line output with a single line code
\"
\f
\n
\r
\t
0 Vote
3 Réponses
18th Oct 2019, 10:20 PM
D I V I N E
Need a helping hand : I tried this code str(input("Enter First Name:")) + str(input("Enter Last Name:")) \n print(input) After entering the first name, it gives an error. Pls What's wrong with the code?
python
0 Vote
7 Réponses
10th Jul 2016, 6:51 AM
Paul Osakue
\r eclipse
\n
\r
eclipse
java
netbeans
1 Vote
1 Réponse
23rd Jun 2020, 2:28 PM
Hela Chatti
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
3
4
5
Suivant >
Aujourd'hui en vedette
New code
1 Votes
Does anyone have the solution for this challenge?
1 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
Why does coding take so long to learn
0 Votes
Solved Ai generated practice the last question
0 Votes
Hello Everyone
0 Votes
Solved# Survey data format in coding for data
0 Votes
How to add unordered lists in HTML.
0 Votes
What is the use of .kt classes in the React Native project
0 Votes
Solved #Relay race coding for unit 9 you are creating code for a relay race
0 Votes