Re: Python
Lawrence D’Oliveiro <[email protected]> Wed, 17 Dec 2025 22:11:25 -0000 (UTC)
| Newsgroups | comp.os.linux.misc,alt.folklore.computers,comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Wed, 17 Dec 2025 16:17:30 -0500, Dan Espen wrote: > Lawrence D’Oliveiro <[email protected]> writes: > >> On Mon, 15 Dec 2025 12:57:57 +0000, mm0fmf wrote: >> >>> On 14 Dec 2025 11:56:42 GMT, Stéphane CARPENTIER wrote: >>> >>>> My issues with python are: >>>> - It's using indentations, so when I comment a block of code to see >>> >>> ''' and ''' are your friend >> >> Unless the block has triply-quoted strings inside it ... > > Then """ and """ are your better friends. What if you have both present?