summaryrefslogtreecommitdiff
path: root/python/problems/comprehensions/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/comprehensions/en.py')
-rw-r--r--python/problems/comprehensions/en.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/problems/comprehensions/en.py b/python/problems/comprehensions/en.py
new file mode 100644
index 0000000..0f6850f
--- /dev/null
+++ b/python/problems/comprehensions/en.py
@@ -0,0 +1,4 @@
+name = 'List and dictionary comprehensions'
+description = 'Learn how to create (list/dictionary/set) comprehensions. Learn ' \
+ 'about iterators and generators.'
+