diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-10-13 14:18:39 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-10-13 14:18:39 +0200 |
commit | 88131a87b06c32f59398505756efe4dbbc8cf834 (patch) | |
tree | f35e88f5403c015ea07e0f18acc118b7566fb519 /python | |
parent | 4b0e419541244969e3177b7da6efc3149c2263aa (diff) |
python.checking_account: fix minuses
Diffstat (limited to 'python')
-rw-r--r-- | python/problems/while_and_if/checking_account/sl.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/problems/while_and_if/checking_account/sl.py b/python/problems/while_and_if/checking_account/sl.py index 1f4be12..2f71e46 100644 --- a/python/problems/while_and_if/checking_account/sl.py +++ b/python/problems/while_and_if/checking_account/sl.py @@ -15,16 +15,16 @@ Sprememba 23 Stanje 23 Sprememba 15 Stanje 38 -Sprememba 30 +Sprememba -30 Stanje 8 Sprememba 10 Stanje 18 Sprememba 100 Stanje 118 -Sprememba 200 -Stanje 82 -Sprememba 50 -Stanje 132 +Sprememba -200 +Stanje -82 +Sprememba -50 +Stanje -132 Bankrot </pre> ''' |