dict |
| class dict(mapping, **kwarg) |
Create a new dictionary object (built-in). |
| index | The index number (Integer). |
| choice1 | The expression containing the first possible choice (Variant). |
| choice2 | (Optional) The expression containing the second possible choice (Variant). |
| REMARKS |
| * No prefix required - Core * The dict object is the dictionary class. See dict and Mapping Types - dict for documentation about this class. * For other containers see the built-in list, set, and tuple classes, as well as the collections module. * For the Official documentation refer to python.org |
class dict(**kwarg)
class dict(iterable, **kwarg)
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top