A subclass of IndentationError raised when indentation mixes tabs and spaces in a way that makes the code ambiguous.
TabError
python A subclass of IndentationError raised when indentation mixes tabs and spaces in a way that makes the code ambiguous.