From 4adc255e741171646d9f2ae6d3c058fc4e1456c3 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 24 Sep 2015 14:09:09 +0200 Subject: Added to test function so that problematic test cases are returned. --- python/problems/lists_and_for/contains_42/sl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/problems/lists_and_for/contains_42/sl.py') diff --git a/python/problems/lists_and_for/contains_42/sl.py b/python/problems/lists_and_for/contains_42/sl.py index eaf9609..9477e29 100644 --- a/python/problems/lists_and_for/contains_42/sl.py +++ b/python/problems/lists_and_for/contains_42/sl.py @@ -51,7 +51,7 @@ videl42 = False

in jo tekom zanke ustrezno spremenimo.'''] plan = ['''\ -

Plan. Če bi morali nekomu povedati, kako naj se loti te naloge, bi mu lahko rekli:

+

Plan. Kako bi se tega lotil ročno? Nekako takole:

 Za vsak element v seznamu
     Poglej, ali je 42?
@@ -73,9 +73,9 @@ hint = {
     'if_clause': if_clause,
 
     'printing': ['''\
-

Izpišite rezultat.

'''], +

Izpiši rezultat.

'''], 'print_out_for': ['''\ -

Pazite, da izpišete rezultat izven zanke!

'''] +

Pazi, da izpišeš rezultat izven zanke!

'''] } -- cgit v1.2.1