[Tutor] operator * of the list and tuple

Kent Johnson kent37 at tds.net
Thu Aug 2 13:25:30 CEST 2007


Yang wrote:
> So, can somebody tell me how the * operator of list and tuple work,
> and how can we make use of it?

A bit more here:
http://docs.python.org/lib/typesseq.html

See especially note (2)

Kent


More information about the Tutor mailing list