Computer Science, asked by kunjika158, 6 months ago

1.What are comments in Python?Define its types.​

Answers

Answered by mritunjaymtwari75470
4

Answer:

Comments can be used to explain Python code. Comments can be used to make the code more readable. Comments can be used to prevent execution when testing code.

Answered by deepanshibajpai28
4

Answer:

Python comments

A comment is text that doesn't affect the outcome of a code, it is just a piece of text to let someone know what you have done in a program or what is being done in a block of code.

Python Advanced

There are two types of commenting features available in Python: These are single-line comments and multi-line comments.

Hope it's help you ;)

Make me as brainlist please..

Similar questions