comment out all python code using python code example
Example 1: how to comment python
# This is a comment
'''
This is a
MULTI LINE comment!
'''
Example 2: comment sections of code python
For editing in VSCode, highlight code block, then: Edit>>Toggle Line Comment