From fc34673e84ea9bc823e8530c7564f0caa6a99000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Tue, 27 Sep 2016 16:38:23 +0200 Subject: Added exercises with list comprehensions. --- python/problems/comprehensions/en.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/problems/comprehensions/en.py (limited to 'python/problems/comprehensions/en.py') 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.' + -- cgit v1.2.1