Learn how to resolve Python IndentationError, which is a typical error message you would get as a beginner Python programmer… especially if you are coming from another programming languages.

IndentationError: expected an indented block

In a typical programming language, placing indentation makes deciphering the code a whole lot easier. But you have to be careful when using Python as indenting using a Tab is different from spaces.