Ask Question
29 July, 19:34

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.

+3
Answers (1)
  1. 29 July, 22:35
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers