python comments example
Example 1: python comment
# This line is cemmented out
Example 2: comments in python
# This is a comment
Example 3: how to add comments on python
use # for one line comment on godot and python
# This line is cemmented out
# This is a comment
use # for one line comment on godot and python