Ask Question
20 June, 05:09

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. 20 June, 06:00
    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. 20 June, 06:36
    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 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