Friday 30 June 2017

Python list() Function

Cited from the book "Data Structure and Algorithms in Python"

The constructor list() will accept any parameter that is of an iterable type (list, tuple, string, set and dictionary).

No comments:

Post a Comment