Ask Question

What are the comments meant to do?

A. Make sure Python runs code in the correct order

B. Format the code correctly

C. Explain what some code is doing

D. Fix errors in the code

+2
Answers (2)
  1. 1 August, 12:23
    0
    Comments in code can serve different purposes. Like licensing information, the author of the program, the version of the program and even showing what parts of the code do.

    So, the answer would be B.
  2. 1 August, 12:33
    0
    Explain what some code is doing
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What are the comments meant to do? A. Make sure Python runs code in the correct order B. Format the code correctly C. Explain what some ...” 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