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/common.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/problems/comprehensions/common.py (limited to 'python/problems/comprehensions/common.py') diff --git a/python/problems/comprehensions/common.py b/python/problems/comprehensions/common.py new file mode 100644 index 0000000..342ff46 --- /dev/null +++ b/python/problems/comprehensions/common.py @@ -0,0 +1,2 @@ +id = 2007 +number = 7 \ No newline at end of file -- cgit v1.2.1