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