On Sat, Dec 4, 2021, 11:13 PM Chris Angelico

> Not sure I'm understanding you correctly; in what way are named parameters
> relevant here?
>

def add(a, b):
    return a+b

How could you write that differently with your PEP (which only pertains to
named parameters, not positional)?

>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/QFBTXHFPQRFKKGDJODYPII2T7S2OCURJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to