3- types of comments: #: single line comment put at the end of line. --: single line comment put at the end of line. /* */: multiline comment put at anywhere in code.