TabError: inconsistent use of tabs and spaces in indentation Python 3 does not allow mixing of tabs and spaces, spaces are the preferred indentation method. https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces |
Error >
Error >
TabError
|