I decided, that I learn a bit of Python. The first introduction says that it uses indentation to group statements. While the best habit is clearly to use just one of these w
I would recommend that you go through PEP 8 which is the 'official' Python style guide for Python code. It covers (among other things) the use of tabs/spaces.