While I was practising in Python, I used two different editors, VSCode and Notepad, as I had to write my program on different computers as I went out for a few weeks.
But, in Notepad, unlike VSCode, the editor didn’t make necessary indentation, so I manually indented them with spaces.
But when running the program, I encountered this error,
TabError: inconsistent use of tabs and spaces in indentation
I simply don’t know what this is, and would like someone to explain.
I saw a question on this, "inconsistent use of tabs and spaces in indentation", but in Notepad, there was no option which was mentioned in the answers.