summaryrefslogtreecommitdiff
path: root/python/en.py
blob: d3189d9040a91b4bb4985edc2f5f708adafc317c (plain)
1
2
3
4
5
6
7
8
9
10
11
# coding=utf-8

hint = {
    'no_hint': '''\
<p>No hint available, sorry!</p>
''',

    'test_results': '''\
<p>Your code passed [%=passed%] / [%=total%] tests.</p>
''',
}