summaryrefslogtreecommitdiff
path: root/python/problems/comprehensions/sumsquares_palindrome/en.py
blob: a4416d035aceb2583d5a33e6288d6e57a7102d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
id = 20702
name = 'Sum of squares of palindrome numbers'

description = '''\
<p>(translation missing)</p>'''

hint = {
    'plan': '''\
<p>(translation missing)</p>''',

    'no_input_call': '''\
<p>(translation missing)</p>''',
}