i use bpython in vscode and if i send a block of lines that are indented to bpython, it will raise indentation error.
I wonder if it is possible to deindent the code if the whole block is indented. that makes sense if you want to test run lines within a loop , for instance.