| ▲ | rileymat2 2 days ago | |
Python calls them keyword arguments. | ||
| ▲ | tonyarkles 2 days ago | parent | next [-] | |
They do, but they're also not strictly required to be named explicitly: They can be:
But you can also use them generically: | ||
| ▲ | cenamus 2 days ago | parent | prev | next [-] | |
And I suppose Lisp started that with :key args | ||
| ▲ | antonvs 2 days ago | parent | prev [-] | |
Python’s perversity is fractal. | ||