Re: Python

rbowman <[email protected]> 17 Dec 2025 01:54:37 GMT
Newsgroups comp.os.linux.misc,alt.folklore.computers,comp.lang.python
Message-ID <[email protected]>
On Tue, 16 Dec 2025 21:45:42 -0000 (UTC), Lawrence D’Oliveiro wrote:

> 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 ...

Yeah, well. I've been burned more than once by someone who added 

/* stupid comment */ 

someplace west of the 80th column in the code.