Use of a variable in parent loop
Grant Edwards
grant.b.edwards at gmail.com
Sun Sep 27 10:57:35 EDT 2020
On 2020-09-27, Stephane Tougard via Python-list <python-list at python.org> wrote:
> an indentation is not good enough for me to end a block
Maybe you need to choose a different language -- one that has block
delimiter keywords or tokens.
> and it may
> trigger some problem when using different editors or tools on the
> code.
Maybe you need to choose different editors and tools.
A guy I worked for many years ago used to write BASIC programs in C by
using a bizarre set of pre-processor macros. While it provided his
employees with plenty of amusement, he could never get the programs to
work right...
More information about the Python-list
mailing list