comment statement but not the whole line python code example
Example 1: how to comment python
# This is a comment
'''
This is a
MULTI LINE comment!
'''
Example 2: how to add comments on python
use # for one line comment on godot and python
# This is a comment
'''
This is a
MULTI LINE comment!
'''
use # for one line comment on godot and python