summaryrefslogtreecommitdiff
path: root/python/problems/functions/palindromic_numbers
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-14 21:08:07 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-14 21:08:07 +0100
commit8869415c08615f8aa2d4f8adbb598d8d436f3e5c (patch)
treef8efd2430f7220dd13c3d8e6905f2a0553ab8cc0 /python/problems/functions/palindromic_numbers
parent0aa5a6d59744727f8f486f35f1501aab87e4c529 (diff)
Remove empty plan messages from Python problems
Diffstat (limited to 'python/problems/functions/palindromic_numbers')
-rw-r--r--python/problems/functions/palindromic_numbers/sl.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/problems/functions/palindromic_numbers/sl.py b/python/problems/functions/palindromic_numbers/sl.py
index 8d64bab..db9a062 100644
--- a/python/problems/functions/palindromic_numbers/sl.py
+++ b/python/problems/functions/palindromic_numbers/sl.py
@@ -17,11 +17,7 @@ ki ga lahko dobimo kot produkt dveh tromestnih števil.
Vir: Project Euler, <a href="http://projecteuler.net/index.php?section=problems&id=4">Problem 4</a>.
</p>'''
-plan = ['''\
-<p></p>
-''',
- '''\
-<p></p>''']
+plan = []
hint = {
'final_hint': ['''\