summaryrefslogtreecommitdiff
path: root/python/problems/recursion/factorial/en.py
blob: 616eacd658964d23b4d5e8632cb252bd87bd3b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
id = 20806
name = 'Factorial'

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

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

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