list(), tuple() should not place at "Built-in functions" in documentation
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Thu Jul 14 21:32:15 EDT 2011
Inside wrote:
> As telling in the subject,because "list" and "tuple" aren't functions,they
> are types.Is that right?
Yes they are types. But they can still be used as functions. Does it matter?
--
Steven
More information about the Python-list
mailing list