> @partiallymulti
> def stuff(x,y,z):
>     return x - y + 2*z
>

f = stuff[1,2]
f(4)
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to