Python Language Dictionary: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
d["key"]
d["key"]
</syntaxhighlight>
</syntaxhighlight>
=Create a Dictionary=
=Access a Dictionary=
=Change a Dictionary=

Revision as of 19:26, 16 February 2022

Internal

Overview

Empty map

m = {}

Access:

d["key"]

Create a Dictionary

Access a Dictionary

Change a Dictionary