summaryrefslogtreecommitdiff
path: root/python/problems/functions
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-24 12:39:32 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-24 12:39:32 +0200
commit898789199e6af91dfa900650c22df6d26f7e635f (patch)
tree6ed40a66659d9e2815247e3ef2d0955b0dafee29 /python/problems/functions
parent21853cef10ad1ce4c90ca22c6184c7e5077740e2 (diff)
Finished the first version of introduction section.
Diffstat (limited to 'python/problems/functions')
-rw-r--r--python/problems/functions/greatest/sl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/problems/functions/greatest/sl.py b/python/problems/functions/greatest/sl.py
index d018503..a7916a5 100644
--- a/python/problems/functions/greatest/sl.py
+++ b/python/problems/functions/greatest/sl.py
@@ -60,8 +60,9 @@ xs = [5, 1, -6, -7, 2]
</pre>'''],
main_plan,
['''\
-<p>Na vrhu napišite funkcijo, ki vsebuje program, in testirajte:</p>''',
+<p>Napišite funkcijo tako, da vsebuje napisani program. </p>''',
'''\
+<p>Funkcijo testirajte!</p>
<pre>
# najprej definicija funkcije
def max_val...