Terry Reedy wrote: > >>> a,b,*rest = list(range(10))
The list() call is superfluous. -- http://mail.python.org/mailman/listinfo/python-list
Terry Reedy wrote: > >>> a,b,*rest = list(range(10))
The list() call is superfluous. -- http://mail.python.org/mailman/listinfo/python-list