summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/top_shop/sl.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-29 10:05:55 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-29 10:05:55 +0200
commitd06dade8c75dfa5aceacaf1a1b47f61c5fef31c4 (patch)
treee8fd42d9569788d06726690eb37012a8a8bd667f /python/problems/while_and_if/top_shop/sl.py
parentfc7d6323fbdb776cfdba3cd58dc14048c39b8078 (diff)
Added three problems to while and if section.
Diffstat (limited to 'python/problems/while_and_if/top_shop/sl.py')
-rw-r--r--python/problems/while_and_if/top_shop/sl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/while_and_if/top_shop/sl.py b/python/problems/while_and_if/top_shop/sl.py
index 7eada34..ee9d02d 100644
--- a/python/problems/while_and_if/top_shop/sl.py
+++ b/python/problems/while_and_if/top_shop/sl.py
@@ -29,7 +29,7 @@ main_plan = ['''\
1. Ponavljaj dokler je cena večja od 0:
2. Preberi ceno.
3. Prištej vsoti.
-4. Izpiši vsoto.
+4. Izpiši vsoto in povprečje.
</pre>''']
while_condition = ['''\
@@ -94,7 +94,7 @@ while cena != 0:
...'''],
'final_hint': ['''\
-<p>Kaj bi moral narediti, da bi število -1 pomenilo konec?</p>''',
+<p><b>Odlično!</b> Kaj bi pa moral narediti, da bi število -1 pomenilo konec?</p>''',
'''\
<p>Spremeniti pogoj in paziti,
da se vrednost -1 ne prišteje vsoti!</p>'''],