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

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

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

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