Problemy z odstępami Python

pip install autopep8
autopep8 script.py    # print only
autopep8 -i script.py # write file
NadorDev