summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fast_fingers_2/en.py
blob: 7ca530fd23c5fabe4bfab50ac7d8321bc83d1c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = 'Fast fingers 2'
slug = 'Fast fingers 2'

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

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

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