Ask Question

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.

+1
Answers (1)
  1. 27 November, 08:51
    0
    d. specifying the intent of the program

    Explanation:

    It is usually a good practice around programmers to include "comments" in their program. These comments basically specify about various things going on in the program so that anyone who reads it can understand how the program works.

    Comments are ignored by the interpreter. They are only for the understanding of humans not for machines.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Comments are useful for: a. specifying the intent of the program specifying how the interpreter should handle non-standard Python ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers