Re: Python
Dan Espen <[email protected]> Wed, 17 Dec 2025 16:17:30 -0500
| Newsgroups | comp.os.linux.misc,alt.folklore.computers,comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
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. -- Dan Espen