From 898789199e6af91dfa900650c22df6d26f7e635f Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 24 Sep 2015 12:39:32 +0200 Subject: Finished the first version of introduction section. --- python/problems/functions/greatest/sl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/problems/functions') 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] '''], main_plan, ['''\ -

Na vrhu napišite funkcijo, ki vsebuje program, in testirajte:

''', +

Napišite funkcijo tako, da vsebuje napisani program.

''', '''\ +

Funkcijo testirajte!

 # najprej definicija funkcije
 def max_val...
-- 
cgit v1.2.1