+ 2
What is the problem, Actually?
Discussio: https://www.sololearn.com/discuss/907759/?ref=app Code: https://code.sololearn.com/cd2guakpH798/?ref=app
3 odpowiedzi
+ 12
You don't need to put \n at then end of a line in python. The print() function automatically adds a new line. Still putting a \n will add 2 new lines.
If you do not want new lines to be added automatically you can use print("hello",end="")
+ 2
I use \n line it seems it break \n-> 1line and below code is so conjusted. Is it legal to use \n in cpython..!
+ 1
Everything seems to be correct , what's the problem then . Be more specific.