If you want to indent several lines in Python IDLE you just mark the lines and hit Tab. But what if you want to remove the indent from several lines? Shift+Tab does not work for
If you're using IDLE, you can use Ctrl+] to indent and Ctrl+[ to unindent.
Ctrl+]
Ctrl+[