I coded a few lines in python for some other activity but when I run the python script I always get indentation error or TabError : inconsistent use of tabs and spaces in indentation.
Is there any way to fix this using Unix command
without installing any IDE or Pycharm?
Error below :
TabError: inconsistent use of tabs and spaces in indentation