>Hiding non-code information/description from the interpreter to exclude it from executing. Comments are a great way to add a description to the function/class or lines of code in general.
# this is a single line comment
# TODO: this is a todo comment, useful in IDEs like Visual Studio Code/Pycharm
"""this is a
multiline comment
"""