LouS

Authored Comments

Just a remark about “... Python that rely on tabs instead of spaces”.
Python accepts both tabs and spaces, although one should avoid mixing them in a code block. In fact, the accepted recommendation ( PEP8 at https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces) is to use spaces only.