I don’t agree. implicit none is required because the default setting in the language does not reflect what most people want. end XXX enforces the programmer to write code that is easier to read. It is like a comment embedded into the language. In terms of the Zen of Python: explicit is better than implicit.
2 Likes