summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/buy_five/sl.py
diff options
context:
space:
mode:
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>