Comment out Multiple Lines in Python in VS Code
To comment out multiple lines in Python using Visual Studio Code, select the lines you want to comment out, then press “Ctrl” + “/” on your keyboard. Commenting out code is a common practice in programming to temporarily disable certainβ¦