You can add a comment to the code using # symbol.Comments should be separated by at least two spaces from the statement. They should start with a # and a single space. Multi-line comments can be done using """Triple-Quotes"""
eg: x=x+1 # Increment x by 1
Use a semi-colon(;)
The comment should turn green.