summaryrefslogtreecommitdiff
path: root/python/problems/comprehensions/en.py
blob: 0f6850f465569d21b812a9bc41234b3e1b4babb3 (plain)
1
2
3
4
name = 'List and dictionary comprehensions'
description = 'Learn how to create (list/dictionary/set) comprehensions. Learn ' \
              'about iterators and generators.'