semi colonic
Chris Angelico
rosuav at gmail.com
Thu Feb 23 17:40:03 EST 2023
On Fri, 24 Feb 2023 at 06:29, Grant Edwards <grant.b.edwards at gmail.com> wrote:
>
> On 2023-02-23, rbowman <bowman at montana.com> wrote:
> > On Wed, 22 Feb 2023 18:25:00 -0800 (PST), Hen Hanna wrote:
> >
> >> i sometimes put extra commas... as:
> >>
> >> [ 1, 2, 3, 4, ]
> >>
> >> so it is (or may be) easier to add things later.
> >
> > That can bite you with things like JSON that aren't very forgiving.
>
> Oh, how I hate that about JSON...
>
Also C#, it's incredibly frustrating that I'm not allowed to have a
trailing comma in a function's argument list. Ugh. Completely
unnecessary restriction.
ChrisA
More information about the Python-list
mailing list