Comments in EPL
Use the below code to make a one-line comment.
# I am a commented line.
Use the below code to make a multiline comment.
""" This is a comment written in more than just one line """