Tagged Questions

2
votes
4answers
1k views

Python. How to remove tab indent from several lines?

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 ...