1 min readNov 10, 2019
Using space for indentation makes formatting easy when your line goes beyond 81 characters.
One thing to pay attention is if you are using space for indentation and you edited your python file with nano editor and used tab to provide space, then it will result in error. VSCode or other IDE’s convert tab to space but nano doesn’t.