“inconsistent use of tabs and spaces in indentation”

后端 未结 28 2318
北恋
北恋 2020-11-22 00:56

I\'m trying to create an application in Python 3.2 and I use tabs all the time for indentation, but even the editor changes some of them into spaces and then print out \"inc

28条回答
  •  梦如初夏
    2020-11-22 01:15

    When using the sublime text editor, I was able to select the segment of my code that was giving me the inconsistent use of tabs and spaces in indentation error and select:

    view > indentation > convert indentation to spaces

    which resolved the issue for me.

提交回复
热议问题