List comprehensions: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: Enphasise syntax difference between two comprehensions)
m (Moved to Basic learning cat)
Line 1: Line 1:
{{task}}
{{task|Basic language learning}}


A [http://en.wikipedia.org/wiki/List_comprehension list comprehension] is a special syntax in some programming languages to describe lists. It is similar to the way mathematicians describe sets, with a ''set comprehension'', hence the name.
A [http://en.wikipedia.org/wiki/List_comprehension list comprehension] is a special syntax in some programming languages to describe lists. It is similar to the way mathematicians describe sets, with a ''set comprehension'', hence the name.