Answers for "how to comment out lines of code in python"

0

how to comment out lines of code in python

comment out lines of code in python
Posted by: Guest on October-07-2021
0

how to comment many lines in python

def windows():
	print('Select the text, Press CTRL + K , C to comment')

 def mac():
	print('Multi-line comment select the lines to be commented. Ctrl + 4.')
Posted by: Guest on March-11-2021
-1

comment sections of code python

For editing in VSCode, highlight code block, then: Edit>>Toggle Line Comment
Posted by: Guest on February-25-2021

Code answers related to "how to comment out lines of code in python"

Python Answers by Framework

Browse Popular Code Answers by Language