From 8869415c08615f8aa2d4f8adbb598d8d436f3e5c Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 14 Dec 2015 21:08:07 +0100 Subject: Remove empty plan messages from Python problems --- python/problems/functions_and_modules/dominoes/sl.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python/problems/functions_and_modules/dominoes') diff --git a/python/problems/functions_and_modules/dominoes/sl.py b/python/problems/functions_and_modules/dominoes/sl.py index 41cb860..cfcee24 100644 --- a/python/problems/functions_and_modules/dominoes/sl.py +++ b/python/problems/functions_and_modules/dominoes/sl.py @@ -15,11 +15,7 @@ Vrsta domin je podana s seznamom parov (terk), na primer ki prejme takšen seznam in pove, ali so domine pravilno zložene. Za prvi seznam mora vrniti True in za drugega False.

''' -plan = ['''\ -

-''', - '''\ -

'''] +plan = [] hint = { 'final_hint': ['''\ -- cgit v1.2.1