I see. First, understand that the default ending in print() is carriage return, which means end='/n'. So print('/n') is the complete print('/n', end='/n'). That's two empty lines
In order to see the result easily at runtime, I added print("\n") when I wrote the code and output a blank line. Before, it was normal. When I ran the code, there was only a blank line
between the previous result and the next result.
But because I may have missed something while setting the sinification, I now run empty lines with
two blank lines
between the previous result and the next result.
< strong > run: < / strong > < br / >
< div class = "aw - list - img >
Comments out the empty lines of code, and it runs just as it would normally before.
How to restore to the original running time line code is normally empty one line, now empty two lines, look very uncomfortable! New to python, later any further not disorderly change set, the parameters in the o(╥ man ╥) o
0 Answer
I see. First, understand that the default ending in print() is carriage return, which means end='/n'. So print('/n') is the complete print('/n', end='/n'). That's two empty lines
I think those two values start with a /n. If you look at the file
It seems so, but how can I see the starting position? Before I play, so no problem, I doubt myself whether disorderly change which the parameters of the o(╥ man ╥) o < br / > I also try other, only print(" \ n ") has a problem. Could you give me some more Pointers?
这家伙很懒,什么都没留下...