summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/buy_five/sl.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-24 14:09:09 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-24 14:09:09 +0200
commit4adc255e741171646d9f2ae6d3c058fc4e1456c3 (patch)
tree852c5bc677b6e7c5ac81f913eec69e2130461fbe /python/problems/while_and_if/buy_five/sl.py
parent93c4b0f9b87d4f251096ad0f94302048d92a9764 (diff)
Added to test function so that problematic test cases are returned.
Diffstat (limited to 'python/problems/while_and_if/buy_five/sl.py')
-rw-r--r--python/problems/while_and_if/buy_five/sl.py3
1 files changed, 1 insertions, 2 deletions
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 = ['''\
-<p>Kako bi <b>prebral 5 cen</b> z uporabo zanke while?</p>''',
+<p>Kako bi nekaj <b>5x ponovil</b>?</p>''',
'''\
<p>Zanka while ima naslednjo sintakso:</p>
<pre>