';' is replaced with a new line, so it overrides the default python interpretation of ';', make sure to avoid using spaces after ';' for otherwise indents would be broken ...
If you’ve ever written Python code, there’s a good chance you’ve seen the error message “IndentationError: expected an indented block.” This error can be ...