how to comment python code code example
Example 1: python comment
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""
Example 2: comment in python
# To make a comment in python use the hashtag symbol
Example 3: how to add comments on python
use # for one line comment on godot and python