0
How can I write this. Help me (such an idiot)(solved)
This is question; You need to make a program for a leaderboard. The program needs to output the numbers 1 to 9, each on a separate line, followed by a dot: 1. 2. 3. ... Until that I understood But Like this; You can use the \n newline character to create line breaks, or, alternatively, create the desired output using three double quotes """.
4 Respuestas
+ 6
\n u can use in double quotes like this "1.\n2.\n3."
+ 3
In triple quotes u can use multi line
'''1.
2.
3.'''
+ 3
yeah yeah man I passed hard day. I understood. Thanx you brother
+ 1
You are given code that outputs a quote. However, the code creates many unnecessary line breaks.
Fix the code to generate the output on one line, without any line breaks.