Comments
One-line comments start with the sharp (#) character and ends with new line (\n) character and are defined as below
# This is a comment
Multi-line comments starts and ends with three sharp (###) characters and are defined like this
###
This is a multiline comment
###