Pythonification of the asterisk-based collection packing/unpacking syntax
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Sat Dec 17 12:00:46 EST 2011
On Sat, 17 Dec 2011 06:38:22 -0800, Eelco wrote:
> One can not state in a single line what the asterisk
> operator does;
Multiplication, exponentiation, sequence packing/unpacking, and varargs.
--
Steven
More information about the Python-list
mailing list