[Python3] TabError: inconsistent use of tabs and spaces in indentation


[Python3] TabError: inconsistent use of tabs and spaces in indentation

단락 구분을 위해 들여쓰기를 할 때 tab과 space를 혼용해서 사용하면 뜨는 오류이다.육안으로는 확인하기 어려워서 하나하나 바꿔줘야 하는 열받고 귀찮은 오류이다.에디터마다 일괄 수정하는 기능이 있으나 swea 나 백준같은 사이트에서 제공하는 플랫폼에서 문제 풀다 만나면 화가난다..들여쓰기를 제대로 바꿔주면 잘 실행된다....

[Python3] TabError: inconsistent use of tabs and spaces in indentation에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.



원문링크 : [Python3] TabError: inconsistent use of tabs and spaces in indentation