Comment (Python)

A comment is a note in your code that Python ignores when running the program. In Python, anything after a # on a line is a comment.