From fc7d6323fbdb776cfdba3cd58dc14048c39b8078 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 28 Sep 2015 14:46:01 +0200 Subject: Fixed errors in top shop problem. --- python/problems/while_and_if/buy_five/sl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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. +'''] while_clause = ['''\

Kako bi nekaj 5x ponovil?

''', -- cgit v1.2.1