#18715
Stefan
Participant

Why are there space right under “print”?
That indention should be only till the “p” of print.

for i in range(1, 10, 1):
~~~~print i
~~~~ # where the line starts

 
I have tried, v0.01 adds an additionally blank line, making two of them.
V0.02 remove the indenting whitespace, leaving one blank line only.

 
Did you have enabled line numbers? I had got unintentional additional empty line too on pressing enter; the indented one and a additional line break.
Maybe that is what you see too?

 
Sorry, right now I see no issue here. But I will test some more later on…..