commenty 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
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
# This line is cemmented out