python comments style code example
Example 1: how to add comments on python
use # for one line comment on godot and python
Example 2: python code style
This python pep sums it up: https://www.python.org/dev/peps/pep-0008/
use # for one line comment on godot and python
This python pep sums it up: https://www.python.org/dev/peps/pep-0008/