commentin pythom code code example
Example 1: python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
Example 2: python comment
# This line is cemmented out
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
# This line is cemmented out