Computer Science, asked by naitiksingh27, 5 months ago

which type of comments starts and end with triple quotes ?​

Answers

Answered by JBJ919
0

Spanning strings over multiple lines can be done using python’s triple quotes. It is also used for long comments in code. Special characters like TABs, verbatim or NEWLINEs can also be used within the triple quotes. As the name suggests its syntax consists of three consecutive single or double-quotes.

hope this answer helps you.

Similar questions