write better python comments code example
Example 1: how to add comments on python
use # for one line comment on godot and python
Example 2: how to put comments in python
# Just put a hash before the comment. This can help other collaborators understand what you are doing, or help you remember the intention of a certain line of code. It should appear gray. Oh - and by the way, the Python computer ignores your comments.