ID EN
Built-in Functions

dict

Python 3.11

Create a new dictionary. The dict object is the dictionary class. See dict and Mapping Types — dict for documentation about this class.

Syntax

PYTHON
class dict(**kwarg)

See Also

dict dict Mapping Types — dict list set tuple collections