Answers for "how to make multiple lines as comment in python"

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

Code answers related to "how to make multiple lines as comment in python"

Python Answers by Framework

Browse Popular Code Answers by Language