Python快捷键使用
1、多行代码退后2格:全选后 + tab
2、多行代码前进2格:全选后 + tab+shift
3、多行代码打#号:全选后 + ctrl + ?
4、取消多行代码打的#号:全选后 + ctrl + /