diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-14 21:08:07 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-14 21:08:07 +0100 |
commit | 8869415c08615f8aa2d4f8adbb598d8d436f3e5c (patch) | |
tree | f8efd2430f7220dd13c3d8e6905f2a0553ab8cc0 /python/problems/functions_and_modules/lists_sum | |
parent | 0aa5a6d59744727f8f486f35f1501aab87e4c529 (diff) |
Remove empty plan messages from Python problems
Diffstat (limited to 'python/problems/functions_and_modules/lists_sum')
-rw-r--r-- | python/problems/functions_and_modules/lists_sum/sl.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/problems/functions_and_modules/lists_sum/sl.py b/python/problems/functions_and_modules/lists_sum/sl.py index 4baa002..88ac541 100644 --- a/python/problems/functions_and_modules/lists_sum/sl.py +++ b/python/problems/functions_and_modules/lists_sum/sl.py @@ -21,11 +21,7 @@ Za gornji seznam naj funkcija vrne seznam <code>[7, 4, 0, 10, 4]</code>, saj je, </pre> </p>''' -plan = ['''\ -<p></p> -''', - '''\ -<p></p>'''] +plan = [] hint = { 'final_hint': ['''\ |