What happens if I don't indent my Python code?

By admin , 6 January, 2022

The interpreter will throw an indentation error.

IndentationError: expected an indented block