summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/sl.py
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2016-10-17 12:31:13 +0200
committerMartin Možina <martin.mozina@fri.uni-lj.si>2016-10-17 12:31:13 +0200
commit6dbe02d844b81d455dda3086fc0f212f7abdca06 (patch)
tree44681eafeb49a26d174c6791eee575b16cc0a6b3 /python/problems/lists_and_for/sl.py
parent29bc34810cb1d1fbd208f6b5f2dad73188ca7f12 (diff)
Added an exercise on recursion.
Added lecture notes for lists and for loop.
Diffstat (limited to 'python/problems/lists_and_for/sl.py')
-rw-r--r--python/problems/lists_and_for/sl.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/problems/lists_and_for/sl.py b/python/problems/lists_and_for/sl.py
index 361f1f0..9e306bf 100644
--- a/python/problems/lists_and_for/sl.py
+++ b/python/problems/lists_and_for/sl.py
@@ -1,2 +1,3 @@
-name = 'Seznami in zanka for'
-description = 'Seznami, terke, zanka for.'
+name = 'Seznami in zanke'
+description = '<a target="_blank" href="[%@resource list_for_sl.html%]">' + \
+ 'Seznami in terke, operacije na seznami, zanka <code>for</code></a>.' \ No newline at end of file