Computer Science, asked by daksh9625, 11 hours ago

3) What is the other name for multiline comments?​

Answers

Answered by harshitakriplani29
0

I don't know the answer sorry but I have tried to solve the problem of your question

Answered by tanishthamahajan
1

Answer:

They are also known as block comments.

Explanation:

You can also use a single-line comment, but using a multi-line instead of single-line comment is easy to comment on multiple lines. In Python Triple double quote (""") and single quote (''') are used for Multi-line commenting. ... Hence it is also called block comments.

Hope it helps...

Please mark me as brainliest...

Similar questions