summaryrefslogtreecommitdiff
path: root/python/problems/dictionaries/freq_following_word/en.py
blob: 223eaa43c544c51232c360f7b3f36026d5052ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
id = 20611
name = 'Most frequent following word'

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

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

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