If you want to indent several lines in Python you just mark the lines and hit Tab. But what if you want to remove the indent from several lines? Is there a quick way to do that?
Thanks
edit: I use IDLE.
|
If you want to indent several lines in Python you just mark the lines and hit Tab. But what if you want to remove the indent from several lines? Is there a quick way to do that? Thanks edit: I use IDLE.
| |||||||||
feedback
|
|
If you're using IDLE, and the Norwegian keyboard makes Ctrl-[ a problem, you can change the key.
I tried putting in shift-Tab and that worked nicely. | |||
|
feedback
|
|
If you're using IDLE, you can use | ||||
feedback
|
|
Depends on your editor. Have you tried Shift+Tab? | |||
|
feedback
|