Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Comparison of programming languages (associative array): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 08:43, 10 June 2022
edit
Cedar101
(
talk
|
contribs
)
Extended confirmed users
18,554
edits
m
→
F#
:
{{code}}
← Previous edit
Revision as of 22:21, 24 November 2022
edit
undo
Partofthemachine
(
talk
|
contribs
)
Extended confirmed users
,
Pending changes reviewers
19,239
edits
→
Python
:
Wikipedia is an encyclopedia, not a how-to guide
Next edit →
Line 1,542:
</syntaxhighlight>
To
Dictionary
access
items
an
can
entry
be
in
accessed
Python simply use
using
the array indexing operator:
<syntaxhighlight lang="python">
>>> phonebook["Sally Smart"]