Shortcut key for commenting out lines of Python code in Spyder

前端 未结 6 1640
南旧
南旧 2021-01-30 00:43

I recently changed from the Enthought Canopy Python distribution to Anaconda, which includes the Spyder IDE.

In Canopy\'s code editor, it was possible to comment and unc

6条回答
  •  遇见更好的自我
    2021-01-30 01:22

    on Windows F9 to run single line

    Select the lines which you want to run on console and press F9 button for multi line

提交回复
热议问题