Computer Science, asked by kindadumb, 6 months ago

What are the two ways to add the comments in Python?​

Answers

Answered by Anonymous
7

Answer:

How to Write Comments in Python. In Python, there are two ways to annotate your code. The first is to include comments that detail or indicate what a section of code – or snippet – does. The second makes use of multi-line comments or paragraphs that serve as documentation for others reading your code..

Answered by saritasigdel30
8

Answer:

To include comment that details or indicate what a section of code or snipped.

to make use of multi-line comment or paragraph that serve as documentation for other reading your code.

Similar questions