Installing reindent python

前端 未结 3 2034
清酒与你
清酒与你 2021-01-07 11:29

I have lot of issues with Python indentation with the Notepad++. Inorder to resolve, I tried to install Python reindent module but Im unsuccessful on how to use it. If anyon

3条回答
  •  爱一瞬间的悲伤
    2021-01-07 12:06

    I don't know anything about the package, but the command you are using indeed does not conform to Python syntax. I'd guess you need to run it in your terminal, not Python interpreter.

提交回复
热议问题