diff options
Diffstat (limited to 'python/problems/while_and_if/consumers_anonymous')
-rw-r--r-- | python/problems/while_and_if/consumers_anonymous/sl.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/problems/while_and_if/consumers_anonymous/sl.py b/python/problems/while_and_if/consumers_anonymous/sl.py index 5666216..4b1348b 100644 --- a/python/problems/while_and_if/consumers_anonymous/sl.py +++ b/python/problems/while_and_if/consumers_anonymous/sl.py @@ -111,6 +111,10 @@ Pravilna vsota [%=sum%], pravilno število stvari: [%=count%]'''], <p><b>Odlično!</b>Naloga rešena.</p> Še zanimivost: v while zanki smo negirali ustavitveni pogoj tako, da smo negirali posamezne pogoje in spremenili pogoj <code>or</code> v <code>and</code>. Temu pravimo De Morganov zakon. -'''] +'''], + + 'eof_error':[mod.general_msg['eof_error'], + '''\ +<p>Verjetno se zanka izvede prevečkrat. Preveri pogoj!</p>'''] } |