set |
| class set(iterable) |
Returns a new set object (built-in). |
| iterable | ?? |
| REMARKS |
| * No prefix required - Core * Return a new set object, optionally with elements taken from iterable. set is a built-in class. See set and Set Types - set, frozenset for documentation about this class. * For other containers see the built-in frozenset, list, tuple, and dict classes, as well as the collections module. * For the Official documentation refer to python.org |
??
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top