On Sat, Jun 6, 2020 at 8:24 AM Cameron Simpson <c...@cskk.id.au> wrote:
> The OP may be being confused by JavaScript, where they have "arrow
> functions", which are what Python calls lambda: anonymous functions. It
> uses an arrow in the syntax:
>
>     (x,y) -> x+y
>

In JS, they're sometimes called "fat arrow" functions, because they
are spelled "=>". Maybe there's some other language where they're
spelled "->"?

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to