summaryrefslogtreecommitdiff
path: root/python/problems/introduction/average/en.py
blob: 7742a7d6ba897c7856a26093eff36e758f3ce9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# coding=utf-8

id = 1000
name = 'Average grade'
slug = 'Average grade'

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

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

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