How to Fix: TabError: inconsistent use of tabs and spaces in indentation
This is not the same as <a href="https://pythonprohub.com/python-errors/indentationerror-unexpected-indent/" target="_blank" rel="noreferrer noopener">IndentationError</a> (which means your indentation is simply wrong). This TabError means your indentation is mixed….
