Are there any pitfalls with using whitespace in Python?

后端 未结 17 1178
时光取名叫无心
时光取名叫无心 2021-01-06 17:36

At the moment I have never had a problem with whitespace in Python (although I\'ve only used it in two projects and I was the only programmer). What are some potential pitf

17条回答
  •  时光说笑
    2021-01-06 18:23

    One drawback I experienced as a beginner whith python was forgetting to set softtabs in my editors gave me lots of trouble.

    But after a year of serious use of the language I'm not able to write poorly indented code anymore in any other language.

提交回复
热议问题