Automatic indentation for Python in Notepad++

前端 未结 12 1781
既然无缘
既然无缘 2020-12-16 09:35

I\'ve been googling lots and this is getting really frustrating. It doesn\'t act like idle.

Example:

else:  
    name = \'World\'
    print \'Howdy\         


        
12条回答
  •  伪装坚强ぢ
    2020-12-16 10:18

    A better ide might be spyder. http://code.google.com/p/spyderlib/ its about the best IDE I have found.

提交回复
热议问题