Computer Science, asked by mohammedismail7, 6 months ago

what is a comment? In how many ways can you create commants in python​

Answers

Answered by muskanmusani30
16

Explanation:

In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.

a comment can be written in three ways - entirely on its own line, next to a statement of code, and as a multi-line comment block.

Similar questions