commenting python code code example
Example 1: python comment
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
Example 2: how to add comments on python
use # for one line comment on godot and python
Example 3: comment sections of code python
For editing in VSCode, highlight code block, then: Edit>>Toggle Line Comment