From 4adc255e741171646d9f2ae6d3c058fc4e1456c3 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 24 Sep 2015 14:09:09 +0200 Subject: Added to test function so that problematic test cases are returned. --- python/problems/while_and_if/buy_five/sl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/problems/while_and_if/buy_five/sl.py') diff --git a/python/problems/while_and_if/buy_five/sl.py b/python/problems/while_and_if/buy_five/sl.py index ac90f74..0b5479d 100644 --- a/python/problems/while_and_if/buy_five/sl.py +++ b/python/problems/while_and_if/buy_five/sl.py @@ -2,7 +2,6 @@ import server mod = server.problems.load_language('python', 'sl') - id = 185 name = 'Blagajna "vse po pet"' slug = 'Blagajna "vse po pet"' @@ -46,7 +45,7 @@ main_plan = ['''\ 4. Izpiši vsoto.'''] while_clause = ['''\ -

Kako bi prebral 5 cen z uporabo zanke while?

''', +

Kako bi nekaj 5x ponovil?

''', '''\

Zanka while ima naslednjo sintakso:

-- 
cgit v1.2.1