Ask Question
23 September, 23:44

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. 24 September, 03:06
    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. 24 September, 03:26
    0
    Explain what some code is doing
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers