how to comment out a bunch of lines in python code example
Example: 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.')