728x90
사용하는 편집기가 notepad++인 경우,
편집 > 공백기능 > 탭을 공백으로 선택 후 저장
It means exactly what is sounds like: you indented your code with spaces in some places and with tabs in others. To fix this, in Notepad++, go to Edit -> Blank Operations -> TAB to Space (PEP 8 recommends using spaces vs. tabs).
728x90
'Python' 카테고리의 다른 글
pyupbit nonetype error (0) | 2021.01.26 |
---|---|
python 실행 시 매개변수 전달 (0) | 2021.01.26 |
python 암호화폐 자동매매 참고 사이트 (0) | 2021.01.26 |
python dictionary to string (0) | 2021.01.25 |
python upbit return 딕셔너리 (0) | 2021.01.25 |