summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-29 11:08:27 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-29 11:08:27 +0200
commita1822f825d3ddfc7c8ece0b029604d3def8d6ecb (patch)
treef51bda379d8a3c2a1b134e61b300d68fe52f52b0 /python/problems/lists_and_for/en.py
parent1db5b636325141db84e03f0a72a6e8cc7bcb2ee2 (diff)
Added english descriptions.
Diffstat (limited to 'python/problems/lists_and_for/en.py')
-rw-r--r--python/problems/lists_and_for/en.py2
1 files changed, 2 insertions, 0 deletions
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