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

Content deleted Content added
m fmt using AWB
Python: assume either Python 3 or some memory inefficiency
Line 924:
 
<source lang="python">
for key, value in phonebook.iteritemsitems():
print key, value
</source>