Answer
These are known as comments.
Work Step by Step
Comments help programmers communicate a program.
They are not programming statements and thus are ignored by the interpreter. In Python, comments are preceded by a pound sign (#) on a line, called a $line$ $comment$, or enclosed between three consecutive single quotation marks $(''')$ on one or several lines, called a $paragraph$ $comment$