list |
| class list([iterable]) |
Returns a list data type (built-in). |
| iterable | optional |
| REMARKS |
| * No prefix required - Core * Rather than being a function, list is actually a mutable sequence type, as documented in Lists and Sequence Types - list, tuple, range. * For the Official documentation refer to python.org |
??
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top