python rem statement 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: comments in python
#this is commented
'''
this
is
also
a
comment
'''
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
#this is commented
'''
this
is
also
a
comment
'''