Python: Where does if-endif-statement end?

Yes. Python uses indentation to mark blocks. Both the if and the for end there.

Leave a Comment