From a1822f825d3ddfc7c8ece0b029604d3def8d6ecb Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 11:08:27 +0200 Subject: Added english descriptions. --- python/problems/lists_and_for/en.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/problems/lists_and_for/en.py (limited to 'python/problems/lists_and_for/en.py') diff --git a/python/problems/lists_and_for/en.py b/python/problems/lists_and_for/en.py new file mode 100644 index 0000000..21b7876 --- /dev/null +++ b/python/problems/lists_and_for/en.py @@ -0,0 +1,2 @@ +name = 'Lists and for loop' +description = 'Lists, tuples, for loop' \ No newline at end of file -- cgit v1.2.1