A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-October/018133.html below:

[Python-Dev] dict comps

[Python-Dev] dict comps [Python-Dev] dict compsJeremy Hylton jeremy@zope.com
Thu, 25 Oct 2001 17:15:39 -0400 (EDT)
We agreed yesterday that the dictionary() constructor would accept a
a list of two-tuples (strictly speaking an iterable object of iterable
objects of length 2).  That plus list comprehensions pretty much
covers the territory of dict comprehensions:

>>> print dictionary([(i, chr(65 + i)) for i in range(4)])
{0: 'A', 1: 'B', 2: 'C', 3: 'D'}

Jeremy




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4