Name

list

Synopsis

list(seq=[  ])

Returns a new list object with the same items as the iterable object seq, in the same order. When seq is a list, list( seq ) returns a copy of seq, like seq [:] does.

Get Python in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.