How to fix Python indentation

前端 未结 13 1319
梦毁少年i
梦毁少年i 2020-11-22 08:17

I have some Python code that have inconsistent indentation. There is a lot of mixture of tabs and spaces to make the matter even worse, and even space indentation is not pre

13条回答
  •  忘了有多久
    2020-11-22 09:01

    In case of trying to find tool to make your 2-space indented python script to a tab indented version, just use this online tool:

    https://www.tutorialspoint.com/online_python_formatter.htm

提交回复
热议问题