class dict(mapping, **kwarg)

Create a new dictionary.


indexThe index number (Integer).
choice1The 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.

class dict(**kwarg) 
class dict(iterable, **kwarg)

© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top