0 votes
in Python by
When would you use triple quotes as a delimiter?

1 Answer

0 votes
by

Triple quotes ‘’”” or ‘“ are string delimiters that can span multiple lines in Python. Triple quotes are usually used when spanning multiple lines, or enclosing a string that has a mix of single and double quotes contained therein.

Related questions

+1 vote
asked Feb 15, 2021 in Python by SakshiSharma
0 votes
asked Dec 22, 2019 in Python by rajeshsharma
...