Re: Python

c186282 <[email protected]> Wed, 17 Dec 2025 22:18:39 -0500
Newsgroups comp.os.linux.misc,alt.folklore.computers,comp.lang.python
Organization wokiesux
Message-ID <[email protected]>
On 12/17/25 17:11, Lawrence D’Oliveiro wrote:
> 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?

   Both ''' and """ work ... but you need to close
   the comment block with the same thing.

   ANYway, block-comments ARE (at least now) to be
   had in Python.

   Never used P1 or P2 worth anything, maybe they
   didn't have block comments ???