set |
| class set(iterable) |
Returns a new set object (built-in). |
| iterable | ?? |
| REMARKS |
| * This is a built-in function. * The set object is the set class. * Return a new set object, optionally with elements taken from iterable. set is a built-in class. * For other containers see the built-in frozenset, list, tuple, and dict classes, as well as the collections module. * You can use the dict * You can use the frozenset * You can use the list * You can use the tuple * For the Official documentation refer to python.org |
??
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top