diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-28 14:46:01 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-28 14:46:01 +0200 |
commit | fc7d6323fbdb776cfdba3cd58dc14048c39b8078 (patch) | |
tree | 3d1adbae1789dcc9e44b48946d04a35fea128666 /python/problems/while_and_if/buy_five | |
parent | 770d195032b66f92a0b3578de09c32cfd875b03f (diff) |
Fixed errors in top shop problem.
Diffstat (limited to 'python/problems/while_and_if/buy_five')
-rw-r--r-- | python/problems/while_and_if/buy_five/sl.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/problems/while_and_if/buy_five/sl.py b/python/problems/while_and_if/buy_five/sl.py index 0b5479d..682edaf 100644 --- a/python/problems/while_and_if/buy_five/sl.py +++ b/python/problems/while_and_if/buy_five/sl.py @@ -42,7 +42,8 @@ main_plan = ['''\ 1. Ponavljaj 5x: 2. Preberi ceno. 3. Prištej vsoti. -4. Izpiši vsoto.'''] +4. Izpiši vsoto. +</pre>'''] while_clause = ['''\ <p>Kako bi nekaj <b>5x ponovil</b>?</p>''', |