Hi,
How can i start new line after function ended? I use double backspace, but i hope there is an easier way, isn’t there?
3 Likes
Whatever gets you back to the left margin. Backspace is probably the best way.
12 Likes
Use “Home” button, it’s faster.
12 Likes
how to get outside of the function body in a console please?
Do you mean when you have the >>> prompt? Press Enter a second time after you have typed the final line of the function.
1 Like
I am using tab
and shift
+ tab
, which are indent and the other way respectively. =)
7 Likes
The same thing is happening to me but none of these works. Could someone please help?
Welcome to the forums!
If you’re in a code editor, backspace should work. If you’re in the console, just press Enter until you return to an unindented line.
1 Like
I figured out how to fix it
1 Like