get detailed comments in python code example
Example 1: comments in python
#this is commented
'''
this
is
also
a
comment
'''
Example 2: python comments
# this is a python comment
#this is commented
'''
this
is
also
a
comment
'''
# this is a python comment