python list pattern matching?
Peter Otten
__peter__ at web.de
Fri May 29 02:35:33 EDT 2009
Previous message (by thread):
python list pattern matching?
Next message (by thread):
python list pattern matching?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Terry Reedy wrote: >
>>> a,b,*rest = list(range(10))
The list() call is superfluous.
Previous message (by thread):
python list pattern matching?
Next message (by thread):
python list pattern matching?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list