python 3 multi-line comment code example
Example 1: python comment
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""
Example 2: comment all selected lines in python
Select relevant lines to be commented, then use ctrl+/