Search code examples
pythonhashtag

Python: Place # in front of several lines


After a Windows update I am unable in any Python writing application to place a # in front of several lines Normally, it is shift + #


Solution

  • Install Visual studio Code in windows, it will allow you to comment multiple lines using ctrl + / in any python file.