comments program 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
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""