What is the “inconsistent use of tabs and spaces in indentation” error and why is it caused? and what is the solution

Reading Time: 2 minutes Knowingly or unknowingly you have used spaces instead of tabs, or the tabs are inconsistent in your python code. To solve this problem you should first make it apparent what is culprit and where is the culprit. I mean to display the spaces and Tabs. To see that you can follow the steps below in… Continue reading What is the “inconsistent use of tabs and spaces in indentation” error and why is it caused? and what is the solution