Comments in Python
Comments in Python are non-executable statements. It means neither the Python compiler nor the PVM (Python Virtual Machine) will execute them. Comments are intended for human understanding, not for the compiler or PVM. Therefore they are called non-executable statements.