function comment python code example
Example: python comment
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""