Python's interpretation of tabs and spaces to indent

前端 未结 7 2041
孤街浪徒
孤街浪徒 2020-11-30 08:43

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

相关标签:
7条回答
  • 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.

    0 讨论(0)
提交回复
热议问题