Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
Python: follow Python style conventions
Line 1,065:
<source lang=Pycon>
>>> phonebook['Sally Smart']
'555-9999'.
</source>
An example loop [[iterator#Python|iterating]] through all the keys of the dictionary: