Comments are useful for:

a. specifying the intent of the program specifying how the interpreter should handle non-standard Python statements.
b. specifying which Python libraries the interpreter should use.
c. making a bunch of meaningless remarks that confuse programmers.
d. specifying the intent of the program.