summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/perfect_numbers/en.py
blob: 14a23b8d401734b5f9d8b25e23a06b92f3661ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
id = 217
name = 'Perfect number'
slug = 'Perfect number'

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

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

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